diff --git a/src/views/desktop/MainLayout.vue b/src/views/desktop/MainLayout.vue index c04b47f1..d9caa876 100644 --- a/src/views/desktop/MainLayout.vue +++ b/src/views/desktop/MainLayout.vue @@ -112,7 +112,8 @@ :icon="true" @click="(theme === 'light' ? theme = 'dark' : (theme === 'dark' ? theme = 'auto' : theme = 'light'))"> - +