fix(bar): prevent hover popup from appearing for hidden resource icons

This commit is contained in:
Runze
2025-08-06 19:28:37 +08:00
parent 061bb2abeb
commit 627c8562f7
@@ -65,6 +65,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
acceptedButtons: Qt.NoButton
enabled: resourceRowLayout.x >= 0 && root.width > 0 && root.visible
}
LazyLoader {