summaryrefslogtreecommitdiff
path: root/pages/Home.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 22:57:47 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 22:57:47 +0800
commit35217b3a6e1794814881d25f1e440232eac23b71 (patch)
treebc0b31aaefd680862ac35397a0cfebfc568d1161 /pages/Home.qml
parent94bdca1ca59026e40c9dfe6d88cc84bc57b310a8 (diff)
Tidy up a bit
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
}