Merge branch 'Ly-sec:main' into main
This commit is contained in:
commit
f47fcaa56a
6 changed files with 107 additions and 7 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue