hide tray group when no systray items are present

This commit is contained in:
Damocles 2026-04-17 00:59:39 +02:00
parent 208a9023b8
commit 5deb6e7b62
2 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import "." as M
RowLayout {
id: root
spacing: M.Theme.moduleSpacing + 2
visible: M.Modules.tray.enable && SystemTray.items.length > 0
required property var bar
property var _activeMenu: null