tray: use .values.length for visibility - UntypedObjectModel has no count property
This commit is contained in:
parent
b6fe670467
commit
fb82cfc478
2 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ import "../services" as S
|
|||
RowLayout {
|
||||
id: root
|
||||
spacing: S.Theme.moduleSpacing + 2
|
||||
visible: S.Modules.tray.enable && SystemTray.items.count > 0
|
||||
visible: S.Modules.tray.enable && SystemTray.items.values.length > 0
|
||||
|
||||
required property var bar
|
||||
property var _activeMenu: null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue