0.3.03
This commit is contained in:
@@ -107,6 +107,10 @@ func applyGlobalConfiguration(document *config.RemoteConfig, policy store.Featur
|
||||
if v, ok := value.(string); ok {
|
||||
document.ContinueWatching.ProgressColour = v
|
||||
}
|
||||
case "presentation.fontFamily":
|
||||
if v, ok := value.(string); ok && (v == "system" || v == "inter") {
|
||||
document.Presentation.FontFamily = v
|
||||
}
|
||||
case "home.heroRefreshSeconds":
|
||||
if v, ok := value.(float64); ok {
|
||||
document.Home.HeroRefreshSeconds = int(v)
|
||||
|
||||
Reference in New Issue
Block a user