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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user