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 {}
|
||||
}
|
||||
|
||||
Component.onCompleted: stack.replace(img, {
|
||||
"source": stack.wallpaper
|
||||
})
|
||||
onWallpaperChanged: stack.replace(img, {
|
||||
"source": stack.wallpaper
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue