bar/systray: fix right item

This commit is contained in:
kossLAN 2025-06-10 22:28:41 -04:00
parent d0dd6674cb
commit de23a67917
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -17,8 +17,8 @@ ColumnLayout {
rootMenu.leftItem = true; rootMenu.leftItem = true;
} }
if (!menuData?.hasChildren) { if (menuData?.hasChildren) {
rootMenu.rightItem = false; rootMenu.rightItem = true;
} }
} }