Skip to content

Commit bfd149b

Browse files
committed
background: fix wallpaper loading on init
Fixes #779 Closes #847
1 parent 210e0b6 commit bfd149b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/background/Wallpaper.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Item {
2525
one.update();
2626
}
2727

28+
Component.onCompleted: {
29+
if (source)
30+
Qt.callLater(() => one.update());
31+
}
32+
2833
Loader {
2934
anchors.fill: parent
3035

0 commit comments

Comments
 (0)