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
commit f47fcaa56a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 107 additions and 7 deletions

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 = {}