From bfd149b256d1364ec320c8a0307966b5d4fde826 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 30 Oct 2025 01:03:57 +1100 Subject: background: fix wallpaper loading on init Fixes #779 Closes #847 --- modules/background/Wallpaper.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/background') diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml index a4d99ee..233dacb 100644 --- a/modules/background/Wallpaper.qml +++ b/modules/background/Wallpaper.qml @@ -25,6 +25,11 @@ Item { one.update(); } + Component.onCompleted: { + if (source) + Qt.callLater(() => one.update()); + } + Loader { anchors.fill: parent -- cgit v1.2.3-freya