From f0380f2d1c2afd9ce8d0be9479a23fca0b4ccdc6 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:11:30 +0900 Subject: enhance(frontend): improve theme apply handling --- packages/frontend/src/local-storage.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/frontend/src/local-storage.ts') diff --git a/packages/frontend/src/local-storage.ts b/packages/frontend/src/local-storage.ts index 687983bcdb..f79f62f80e 100644 --- a/packages/frontend/src/local-storage.ts +++ b/packages/frontend/src/local-storage.ts @@ -25,6 +25,7 @@ export type Keys = ( 'bootloaderLocales' | 'theme' | 'themeId' | + 'themeCachedVersion' | 'customCss' | 'chatMessageDrafts' | 'scratchpad' | -- cgit v1.2.3-freya