aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-09 18:22:48 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-10 09:25:57 -0700
commit2936d203e22058b8816fd54070b4b14dc6a362fb (patch)
tree31444195500c9780de95e21d71ee0da5c49ffc4b
parent3c2a192864c3c3b92f93a15e76c7bd4211106126 (diff)
downloadsubsurface-2936d203e22058b8816fd54070b4b14dc6a362fb.tar.gz
mobile/divelist: add context drawer
This is just pulling in the object so it can later be used on other pages. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/main.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index f80061a29..f9895692f 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -141,6 +141,9 @@ Kirigami.ApplicationWindow {
pageStack.push(detailsWindow)
}
+ contextDrawer: Kirigami.ContextDrawer {
+ }
+
globalDrawer: Kirigami.GlobalDrawer {
id: globalDrawer
height: rootItem.height