1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -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
anchors.fill: parent
source: modelData ? `file://${modelData}` : ""
fillMode: Image.PreserveAspectCrop
asynchronous: true
cache: true
smooth: true
imagePath: modelData || ""
maxCacheSize: 256
layer.enabled: true
layer.effect: MultiEffect {