Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
27153ddb
"...composable_kernel.git" did not exist on "5d89c6f39ec93f35f7e24649a24d491662e8c856"
Commit
27153ddb
authored
Mar 09, 2024
by
Danny Liu
Browse files
remove unused variable
parent
b94dc767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/Settings/General.svelte
src/lib/components/chat/Settings/General.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/General.svelte
View file @
27153ddb
...
@@ -32,7 +32,7 @@
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment