From f00e97e3351f0fc9063a26cf542bc665f318bc58 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 5 Jul 2026 20:18:36 +0900 Subject: [PATCH] #34 --- frontend/src/lib/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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