mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: make sure the drawer is closed after going back to dive list
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
80f29bd3f6
commit
a873711cec
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ MobileComponents.ApplicationWindow {
|
||||||
text: "Dive list"
|
text: "Dive list"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
returnTopPage()
|
returnTopPage()
|
||||||
|
globalDrawer.close()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Action {
|
Action {
|
||||||
|
|
Loading…
Add table
Reference in a new issue