diff --git a/frontend/src/lib/settings.ts b/frontend/src/lib/settings.ts index b08fbbf..8f666f6 100644 --- a/frontend/src/lib/settings.ts +++ b/frontend/src/lib/settings.ts @@ -691,7 +691,7 @@ export const hasStoredClientThemeSelection = (): boolean => { appearance.themeMode != null || appearance.activeLightThemeSlotNo != null || appearance.activeDarkThemeSlotNo != null - appearance.activeThemeSlot != null + || appearance.activeThemeSlot != null || appearance.activeThemeId != null || appearance.customThemes != null || appearance.theme != null