uberf-8577: fix desktop lang (#7126)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev 2024-11-07 21:05:05 +04:00 committed by GitHub
parent 398fd691b8
commit 82f0d00170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,4 +79,4 @@ export function initThemeStore (): void {
)
}
export const languageStore = derived(themeStore, ($theme) => $theme.language)
export const languageStore = derived(themeStore, ($theme) => $theme?.language ?? '')