From 0b26be6331ead7f0c52ba8c76795a1aa9eb4876f Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Tue, 25 Nov 2025 23:40:17 -0500 Subject: [PATCH] mobileshell: Fix wallpaper selector paths Previews don't seem to load otherwise --- components/mobileshell/qml/homescreen/WallpaperSelector.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/mobileshell/qml/homescreen/WallpaperSelector.qml b/components/mobileshell/qml/homescreen/WallpaperSelector.qml index a62c16a7..7d29e878 100644 --- a/components/mobileshell/qml/homescreen/WallpaperSelector.qml +++ b/components/mobileshell/qml/homescreen/WallpaperSelector.qml @@ -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: {