diff --git a/packages/app/src/extensions/theme/index.jsx b/packages/app/src/extensions/theme/index.jsx index 92401335..46cfc6f9 100644 --- a/packages/app/src/extensions/theme/index.jsx +++ b/packages/app/src/extensions/theme/index.jsx @@ -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() }