summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/background/Wallpaper.qml5
1 files changed, 5 insertions, 0 deletions
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