mobileshell: Fix wallpaper selector paths

Previews don't seem to load otherwise
This commit is contained in:
Devin Lin 2025-11-25 23:40:17 -05:00
parent c526bb5968
commit 0b26be6331

View file

@ -135,11 +135,12 @@ Controls.Drawer {
Image {
id: walliePreview
anchors.fill: parent
visible: model.preview != null
visible: model.path != null
asynchronous: true
cache: false
source: model.preview
fillMode: Image.PreserveAspectCrop
// HACK: for some reason the wallpaper preview doesn't load, just load the full image
source: model.path
}
}
onClicked: {