summaryrefslogtreecommitdiff
path: root/pages/Home.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Home.qml')
-rw-r--r--pages/Home.qml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pages/Home.qml b/pages/Home.qml
index de25068..533b1b8 100644
--- a/pages/Home.qml
+++ b/pages/Home.qml
@@ -3,10 +3,5 @@ import QtQuick 2.12
HomeForm {
width: stackView.width
height: stackView.height
-
- menuButton {
- onClicked: {
- drawer.visible = !drawer.visible
- }
- }
+ menuButton.onClicked: drawer.visible = !drawer.visible
}