mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
bar/systray: fix right item
This commit is contained in:
parent
d0dd6674cb
commit
de23a67917
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ ColumnLayout {
|
|||
rootMenu.leftItem = true;
|
||||
}
|
||||
|
||||
if (!menuData?.hasChildren) {
|
||||
rootMenu.rightItem = false;
|
||||
if (menuData?.hasChildren) {
|
||||
rootMenu.rightItem = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue