main #2

Merged
tdpeuter merged 129 commits from open-webui/open-webui:main into main 2024-03-20 21:29:12 +01:00
Showing only changes of commit 27153ddb03 - Show all commits

View file

@ -32,7 +32,7 @@
function applyTheme(theme: string) {
localStorage.theme = theme;
const themeClassList = document.documentElement.classList;
if (theme === 'system') {
updateSystemTheme();
return;