Possible fix for Hyprland workspaces
This commit is contained in:
parent
df1e6e6bbe
commit
3beea4f4a6
2 changed files with 4 additions and 2 deletions
|
|
@ -28,7 +28,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