bar: fix tray overflow menu showing when empty

This commit is contained in:
end-4
2025-10-10 23:47:27 +02:00
parent fe19cea6c9
commit bd90e2c19e
@@ -101,7 +101,7 @@ Item {
StyledPopup {
id: overflowPopup
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)
GridLayout {