This commit is contained in:
Ly-sec
2025-11-07 21:48:46 +01:00
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ SmartPanel {
return
}
wallpapersList = WallpaperService.getWallpapersList(targetScreen.name)
Logger.i("WallpaperPanel", "Got", wallpapersList.length, "wallpapers for screen", targetScreen.name)
Logger.d("WallpaperPanel", "Got", wallpapersList.length, "wallpapers for screen", targetScreen.name)
// Pre-compute basenames once for better performance
wallpapersWithNames = wallpapersList.map(function (p) {