This commit is contained in:
kakkokari-gtyih 2024-09-15 17:11:44 +09:00
parent 215f7f0826
commit f70bfbec79
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ watch(syncDeviceDarkMode, () => {
} }
}); });
watch(wallpaper, () => { watch(wallpaper, async () => {
if (wallpaper.value == null) { if (wallpaper.value == null) {
miLocalStorage.removeItem('wallpaper'); miLocalStorage.removeItem('wallpaper');
} else { } else {