forked from open-webui/open-webui
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 () => {
|
||||
selectedTheme = localStorage.getItem('theme') ?? 'system';
|
||||
selectedTheme = localStorage.theme ?? 'system';
|
||||
|
||||
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
|
||||
languages = await getLanguages();
|
||||
|
|
Loading…
Reference in a new issue