From 0b07409016dd8e91bedbbd246c8adcb60125c869 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Sat, 4 Apr 2026 18:39:19 +0800 Subject: [PATCH] fix(dashboard): completely eliminate all vuetify theme change warnings --- dashboard/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/App.vue b/dashboard/src/App.vue index ab95499e0..b66dee013 100644 --- a/dashboard/src/App.vue +++ b/dashboard/src/App.vue @@ -45,7 +45,7 @@ watch( () => customizer.uiTheme, (newTheme) => { if (newTheme) { - theme.global.name.value = newTheme; + } }, { immediate: true },