1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

launcher: improve clipboard preview performance

related #2769
This commit is contained in:
bbedward
2026-07-06 18:15:49 -04:00
parent 6f298d3f52
commit 8a1acb63c9
5 changed files with 40 additions and 16 deletions
+1
View File
@@ -85,6 +85,7 @@ Item {
anchors.fill: parent
imagePath: root.imagePath
maxCacheSize: root.iconSize * 2
animate: false
visible: root.isImage && status === Image.Ready
}