nix fmt
This commit is contained in:
parent
21f96dc68e
commit
b06e3582ff
23 changed files with 597 additions and 197 deletions
|
|
@ -72,7 +72,10 @@ M.BarSection {
|
|||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onTapped: { menuLoader.active = !menuLoader.active; M.FlyoutState.visible = false; }
|
||||
onTapped: {
|
||||
menuLoader.active = !menuLoader.active;
|
||||
M.FlyoutState.visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue