diff --git a/Modules/Background/Background.qml b/Modules/Background/Background.qml index 8fed9bf..a1eca8b 100644 --- a/Modules/Background/Background.qml +++ b/Modules/Background/Background.qml @@ -237,7 +237,7 @@ Variants { transitionProgress = 0.0 Qt.callLater(() => { currentWallpaper.asynchronous = true - }, 100) + }) } }