mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
bar: fix tray overflow menu showing when empty
This commit is contained in:
@@ -101,7 +101,7 @@ Item {
|
|||||||
StyledPopup {
|
StyledPopup {
|
||||||
id: overflowPopup
|
id: overflowPopup
|
||||||
hoverTarget: trayOverflowButton
|
hoverTarget: trayOverflowButton
|
||||||
active: root.trayOverflowOpen
|
active: root.trayOverflowOpen && root.unpinnedItems.length > 0
|
||||||
popupBackgroundMargin: 300 // This should be plenty... makes sure tooltips don't get cutoff (easily)
|
popupBackgroundMargin: 300 // This should be plenty... makes sure tooltips don't get cutoff (easily)
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|||||||
Reference in New Issue
Block a user