hide tray group when no systray items are present
This commit is contained in:
parent
208a9023b8
commit
5deb6e7b62
2 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ PanelWindow {
|
|||
leftEdge: !workspacesGroup.visible
|
||||
M.Tray {
|
||||
bar: bar
|
||||
visible: M.Modules.tray.enable
|
||||
}
|
||||
}
|
||||
M.BarGroup {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue