mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
systemtray: fix erroneous undefined condition
This commit is contained in:
@@ -1088,7 +1088,7 @@ Item {
|
|||||||
width: 16
|
width: 16
|
||||||
height: 16
|
height: 16
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
visible: menuEntry?.icon && menuEntry.icon !== ""
|
visible: (menuEntry?.icon ?? "") !== ""
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user