mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +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 () => {
|
||||
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