diff --git a/frontend/src/ts/controllers/theme-controller.ts b/frontend/src/ts/controllers/theme-controller.ts index 990c47ebe..b8d328beb 100644 --- a/frontend/src/ts/controllers/theme-controller.ts +++ b/frontend/src/ts/controllers/theme-controller.ts @@ -177,7 +177,7 @@ const debouncedPreview = debounce( ); function set(themeIdentifier: string, isAutoSwitch = false): void { - apply(themeIdentifier, undefined, true); + apply(themeIdentifier, undefined, isAutoSwitch); if (!isAutoSwitch && Config.autoSwitchTheme) { setAutoSwitchTheme(false);