mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix(dashboard): completely eliminate all vuetify theme change warnings
This commit is contained in:
@@ -45,7 +45,7 @@ watch(
|
||||
() => customizer.uiTheme,
|
||||
(newTheme) => {
|
||||
if (newTheme) {
|
||||
theme.global.name.value = newTheme;
|
||||
|
||||
}
|
||||
},
|
||||
{ immediate: true },
|
||||
|
||||
Reference in New Issue
Block a user