mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-25 13:20:39 +02:00
remove unused variable
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
function applyTheme(theme: string) {
|
||||
localStorage.theme = theme;
|
||||
const themeClassList = document.documentElement.classList;
|
||||
|
||||
if (theme === 'system') {
|
||||
updateSystemTheme();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user