1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

launcher v2: use AppIconRenderer from legacy launcha

This commit is contained in:
bbedward
2026-01-21 17:51:24 -05:00
parent b5194aa9e1
commit 0231270f9e
4 changed files with 76 additions and 185 deletions

View File

@@ -71,7 +71,8 @@ Item {
anchors.fill: parent
source: root.iconPath
smooth: true
backer.sourceSize: Qt.size(root.iconSize, root.iconSize)
mipmap: true
asynchronous: true
visible: !root.isMaterial && !root.isUnicode && !root.isSvg && !root.isSvgCorner && root.iconPath !== "" && status === Image.Ready
}