forked from open-webui/open-webui
remove unused variable
This commit is contained in:
parent
b94dc767ff
commit
27153ddb03
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
function applyTheme(theme: string) {
|
function applyTheme(theme: string) {
|
||||||
localStorage.theme = theme;
|
localStorage.theme = theme;
|
||||||
const themeClassList = document.documentElement.classList;
|
|
||||||
if (theme === 'system') {
|
if (theme === 'system') {
|
||||||
updateSystemTheme();
|
updateSystemTheme();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue