diff options
Diffstat (limited to 'ext/js/pages/quick-start-guide-main.js')
-rw-r--r-- | ext/js/pages/quick-start-guide-main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/pages/quick-start-guide-main.js b/ext/js/pages/quick-start-guide-main.js index 41644f51..6a3cd39b 100644 --- a/ext/js/pages/quick-start-guide-main.js +++ b/ext/js/pages/quick-start-guide-main.js @@ -30,6 +30,7 @@ await Application.main(true, async (application) => { const primaryProfile = (profileCurrent >= 0 && profileCurrent < profiles.length) ? profiles[profileCurrent] : null; if (primaryProfile !== null) { themeController.theme = primaryProfile.options.general.popupTheme; + themeController.siteOverride = true; themeController.updateTheme(); } }); |