From 6314f329fe0c37d1dc779cc5c10f68d0f2cfa9c0 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Tue, 28 Oct 2025 14:29:44 +0100 Subject: [PATCH] WallpaperService: initially load wallpapers --- Services/WallpaperService.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Services/WallpaperService.qml b/Services/WallpaperService.qml index 1e6d94fb..c628d8e3 100644 --- a/Services/WallpaperService.qml +++ b/Services/WallpaperService.qml @@ -93,6 +93,8 @@ Singleton { } isInitialized = true + Logger.d("Wallpaper", "Triggering initial wallpaper scan") + Qt.callLater(refreshWallpapersList) } // -------------------------------------------------