Wallpaper: fix bug where folder would not be rescanned if they did not exists when noctalia started.

This commit is contained in:
ItsLemmy
2025-10-29 21:25:39 -04:00
parent 6fbbf38ffa
commit f75a056550
2 changed files with 21 additions and 7 deletions
-3
View File
@@ -292,9 +292,6 @@ NPanel {
}
wallpapersList = WallpaperService.getWallpapersList(targetScreen.name)
Logger.i("WallpaperPanel", "Got", wallpapersList.length, "wallpapers for screen", targetScreen.name)
if (wallpapersList.length > 0) {
Logger.d("WallpaperPanel", "First 5 wallpapers:", wallpapersList.slice(0, 5))
}
// Pre-compute basenames once for better performance
wallpapersWithNames = wallpapersList.map(function (p) {