Kaynağa Gözat

maybe? fix issue with custom wallpapers not working properly

TheBaum123 1 yıl önce
ebeveyn
işleme
33ec0daadd
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/preferences/customWallpapers.js

+ 1 - 1
scripts/preferences/customWallpapers.js

@@ -11,7 +11,7 @@ let enableCustomWallpaper = JSON.parse(
     localStorage.getItem("text-startpage:enableCustomWallpapers") || false
 );
 let customWallpapersArray = JSON.parse(
-    localStorage.getItem("text-startpage:wallpapers")
+    localStorage.getItem("text-startpage:wallpapers") || []
 );
 
 enableCustomWallpapersCheck.checked = enableCustomWallpaper;