Background: Qt.callLater does not accept a delay as parameter.
This commit is contained in:
parent
2f416a87f0
commit
a57bfeba31
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ Variants {
|
||||||
transitionProgress = 0.0
|
transitionProgress = 0.0
|
||||||
Qt.callLater(() => {
|
Qt.callLater(() => {
|
||||||
currentWallpaper.asynchronous = true
|
currentWallpaper.asynchronous = true
|
||||||
}, 100)
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue