This commit is contained in:
Damocles 2026-04-12 18:44:27 +02:00
parent 21f96dc68e
commit b06e3582ff
23 changed files with 597 additions and 197 deletions

View file

@ -18,7 +18,10 @@ M.BarIcon {
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: { menuLoader.active = !menuLoader.active; M.FlyoutState.visible = false; }
onClicked: {
menuLoader.active = !menuLoader.active;
M.FlyoutState.visible = false;
}
}
Loader {