Merge branch 'Ly-sec:main' into main

This commit is contained in:
Jose Chasey Pratama
2025-07-27 22:11:34 +07:00
committed by GitHub
6 changed files with 107 additions and 7 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ Singleton {
reload()
}
onLoaded: function() {
WallpaperManager.setCurrentWallpaper(settings.currentWallpaper, true);
Qt.callLater(function () {
WallpaperManager.setCurrentWallpaper(settings.currentWallpaper, true);
})
}
onLoadFailed: function(error) {
settingAdapter = {}