mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-05 13:57:36 +00:00
Merge branch 'dev' of https://github.com/noctalia-dev/noctalia-shell into dev
This commit is contained in:
@@ -12,7 +12,7 @@ import qs.Widgets
|
||||
Rectangle {
|
||||
readonly property real itemSize: 24 * scaling
|
||||
|
||||
visible: Settings.data.bar.showTray && SystemTray.items.length > 0
|
||||
visible: Settings.data.bar.showTray && (SystemTray.items.values.length > 0)
|
||||
width: tray.width + Style.marginM * scaling * 2
|
||||
|
||||
height: Math.round(Style.capsuleHeight * scaling)
|
||||
|
||||
Reference in New Issue
Block a user