mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 14:25:19 +00:00
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