summaryrefslogtreecommitdiff
path: root/pages/Home.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Home.qml')
-rw-r--r--pages/Home.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/Home.qml b/pages/Home.qml
index 1cce621..7116a43 100644
--- a/pages/Home.qml
+++ b/pages/Home.qml
@@ -4,4 +4,10 @@ import id.co.darapsa.kelakon.user 0.1
HomeForm {
width: stackView.width
height: stackView.height
+
+ menuButton {
+ onClicked: {
+ drawer.visible = !drawer.visible
+ }
+ }
}