initial load
This commit is contained in:
parent
2aa72accda
commit
617931a115
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ StackView {
|
||||||
Image {}
|
Image {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Component.onCompleted: stack.replace(img, {
|
||||||
|
"source": stack.wallpaper
|
||||||
|
})
|
||||||
onWallpaperChanged: stack.replace(img, {
|
onWallpaperChanged: stack.replace(img, {
|
||||||
"source": stack.wallpaper
|
"source": stack.wallpaper
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue