WallpaperService: initially load wallpapers

This commit is contained in:
Ly-sec
2025-10-28 14:29:44 +01:00
parent 35b3826d20
commit 6314f329fe

View File

@@ -93,6 +93,8 @@ Singleton {
}
isInitialized = true
Logger.d("Wallpaper", "Triggering initial wallpaper scan")
Qt.callLater(refreshWallpapersList)
}
// -------------------------------------------------