Fix indentation (#12615)

This commit is contained in:
woxtu
2023-12-10 02:11:17 +09:00
committed by GitHub
parent 025afe88b4
commit 4c135a5ca1
4 changed files with 74 additions and 74 deletions

View File

@@ -293,7 +293,7 @@ const useGroupedNotifications = computed(defaultStore.makeGetterSetter('useGroup
watch(lang, () => {
miLocalStorage.setItem('lang', lang.value as string);
miLocalStorage.removeItem('locale');
miLocalStorage.removeItem('localeVersion');
miLocalStorage.removeItem('localeVersion');
});
watch(fontSize, () => {