mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 23:09:57 -05:00
fix(bar): prevent hover popup from appearing for hidden resource icons
This commit is contained in:
@@ -65,6 +65,7 @@ Item {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
|
enabled: resourceRowLayout.x >= 0 && root.width > 0 && root.visible
|
||||||
}
|
}
|
||||||
|
|
||||||
LazyLoader {
|
LazyLoader {
|
||||||
|
|||||||
Reference in New Issue
Block a user