initial load

This commit is contained in:
Benjamin Palko 2025-09-24 09:43:28 -04:00
parent 2aa72accda
commit 617931a115

View file

@ -26,6 +26,9 @@ StackView {
Image {}
}
Component.onCompleted: stack.replace(img, {
"source": stack.wallpaper
})
onWallpaperChanged: stack.replace(img, {
"source": stack.wallpaper
})