mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 14:55:23 +00:00
refac: code convention
This commit is contained in:
parent
8f8a68e002
commit
19f69c821f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
selectedTheme = localStorage.getItem('theme') ?? 'system';
|
selectedTheme = localStorage.theme ?? 'system';
|
||||||
|
|
||||||
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
|
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
|
||||||
languages = await getLanguages();
|
languages = await getLanguages();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue