fix fix menu attr

This commit is contained in:
Damocles 2026-04-12 11:45:16 +02:00
parent 09b73d7cb1
commit 21c16592dd
2 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ RowLayout {
handle: iconItem.modelData.menu
screen: root.bar.screen
anchorX: iconItem.mapToGlobal(iconItem.width / 2, 0).x
onClosed: menuLoader.active = false
onMenuClosed: menuLoader.active = false
}
}
}