Settings: added default wallpaper, that can be usefull for nixOS.

This commit is contained in:
ItsLemmy
2025-10-04 11:34:02 -04:00
parent 04290d82cf
commit bc2fbfbd83
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ Singleton {
// -------------------------------------------------------------------
// Get specific monitor wallpaper - now from cache
function getWallpaper(screenName) {
return currentWallpapers[screenName] || Settings.defaultWallpaper
return currentWallpapers[screenName] || Settings.data.wallpaper.defaultWallpaper
}
// -------------------------------------------------------------------