Background: Qt.callLater does not accept a delay as parameter.

This commit is contained in:
LemmyCook 2025-09-06 00:36:03 -04:00
parent 2f416a87f0
commit a57bfeba31

View file

@ -237,7 +237,7 @@ Variants {
transitionProgress = 0.0
Qt.callLater(() => {
currentWallpaper.asynchronous = true
}, 100)
})
}
}