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
|
leftEdge: !workspacesGroup.visible
|
||||||
M.Tray {
|
M.Tray {
|
||||||
bar: bar
|
bar: bar
|
||||||
visible: M.Modules.tray.enable
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
M.BarGroup {
|
M.BarGroup {
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ import "." as M
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: root
|
id: root
|
||||||
spacing: M.Theme.moduleSpacing + 2
|
spacing: M.Theme.moduleSpacing + 2
|
||||||
|
visible: M.Modules.tray.enable && SystemTray.items.length > 0
|
||||||
|
|
||||||
required property var bar
|
required property var bar
|
||||||
property var _activeMenu: null
|
property var _activeMenu: null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue