mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
mobile/qml: close export page after upload
pop from pagestack. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
422bb0da57
commit
5cba410aa6
1 changed files with 2 additions and 0 deletions
|
@ -76,9 +76,11 @@ Kirigami.ScrollablePage {
|
|||
// TO BE IMPLEMENTED
|
||||
}
|
||||
manager.exportToWEB(selectedExport, fieldUserID.text, fieldPassword.text, anonymize.checked)
|
||||
pageStack.pop()
|
||||
close()
|
||||
}
|
||||
onRejected: {
|
||||
pageStack.pop()
|
||||
close()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue