mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 20:31:31 +00:00
Wallpaper: fix bug where folder would not be rescanned if they did not exists when noctalia started.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user