mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile-widgets/qml: close Export page after export (or cancel)
Remove page from pageStack, which removes the page from user view. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
fb0bb33d82
commit
599984d44a
1 changed files with 2 additions and 0 deletions
|
@ -19,9 +19,11 @@ Kirigami.ScrollablePage {
|
|||
title: radioGroup.current.text
|
||||
onAccepted: {
|
||||
manager.exportToFile(selectedExport, fileUrls, anonymize.checked)
|
||||
pageStack.pop()
|
||||
close()
|
||||
}
|
||||
onRejected: {
|
||||
pageStack.pop()
|
||||
close()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue