1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

dankdash: use CachingImage in wallpaper tab

fixes #1130
This commit is contained in:
bbedward
2025-12-23 10:47:50 -05:00
parent 777a552b57
commit b066a25308

View File

@@ -444,14 +444,11 @@ Item {
} }
} }
Image { CachingImage {
id: thumbnailImage id: thumbnailImage
anchors.fill: parent anchors.fill: parent
source: modelData ? `file://${modelData}` : "" imagePath: modelData || ""
fillMode: Image.PreserveAspectCrop maxCacheSize: 256
asynchronous: true
cache: true
smooth: true
layer.enabled: true layer.enabled: true
layer.effect: MultiEffect { layer.effect: MultiEffect {