diff --git a/packages/client/src/pages/settings/theme.vue b/packages/client/src/pages/settings/theme.vue index cfc797f51..4777ae56e 100644 --- a/packages/client/src/pages/settings/theme.vue +++ b/packages/client/src/pages/settings/theme.vue @@ -51,7 +51,7 @@
- {{ i18n.ts._theme.manage }} + {{ i18n.ts._theme.manage }} {{ i18n.ts._theme.explore }} {{ i18n.ts._theme.install }} {{ i18n.ts._theme.make }} @@ -113,7 +113,6 @@ const lightThemeId = computed({ const darkMode = computed(defaultStore.makeGetterSetter('darkMode')); const syncDeviceDarkMode = computed(ColdDeviceStorage.makeGetterSetter('syncDeviceDarkMode')); const wallpaper = ref(localStorage.getItem('wallpaper')); -const themesCount = installedThemes.length; watch(syncDeviceDarkMode, () => { if (syncDeviceDarkMode.value) {