From a57bfeba31ddc87464cf412873100dd49e6cdb24 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sat, 6 Sep 2025 00:36:03 -0400 Subject: [PATCH] Background: Qt.callLater does not accept a delay as parameter. --- Modules/Background/Background.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) + }) } }