1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

systemtray: fix erroneous undefined condition

This commit is contained in:
bbedward
2025-11-15 21:46:34 -05:00
parent e2f426a1bd
commit 3916512d66

View File

@@ -1088,7 +1088,7 @@ Item {
width: 16
height: 16
anchors.verticalCenter: parent.verticalCenter
visible: menuEntry?.icon && menuEntry.icon !== ""
visible: (menuEntry?.icon ?? "") !== ""
Image {
anchors.fill: parent