mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
remove unused variable
This commit is contained in:
parent
b94dc767ff
commit
27153ddb03
@ -32,7 +32,7 @@
|
||||
|
||||
function applyTheme(theme: string) {
|
||||
localStorage.theme = theme;
|
||||
const themeClassList = document.documentElement.classList;
|
||||
|
||||
if (theme === 'system') {
|
||||
updateSystemTheme();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user