1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

icon visible check

This commit is contained in:
bbedward
2025-08-23 13:26:14 -04:00
parent 1e2fdc5f24
commit 5e91aaa13e

View File

@@ -259,13 +259,14 @@ Item {
mipmap: true
smooth: true
asynchronous: true
visible: status === Image.Ready
}
Rectangle {
width: 40
height: 40
anchors.centerIn: parent
visible: !iconImg.visible
visible: iconImg.status !== Image.Ready
color: Theme.surfaceLight
radius: Theme.cornerRadius
border.width: 1