update primaryColor setting on reset default theme

This commit is contained in:
srgooglo 2022-03-03 18:15:30 +01:00
parent 3a122674ae
commit 6c3f918109

View File

@ -95,6 +95,8 @@ export class ThemeController {
store.remove(this.themeManifestStorageKey)
store.remove(this.modificationStorageKey)
window.app.settings.set("primaryColor", this.theme.staticVars.primaryColor)
return this.init()
}