diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-01-09 18:22:48 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 2936d203e22058b8816fd54070b4b14dc6a362fb (patch) | |
tree | 31444195500c9780de95e21d71ee0da5c49ffc4b | |
parent | 3c2a192864c3c3b92f93a15e76c7bd4211106126 (diff) | |
download | subsurface-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.qml | 3 |
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 |