mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 05:43:24 +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
|
// TO BE IMPLEMENTED
|
||||||
}
|
}
|
||||||
manager.exportToWEB(selectedExport, fieldUserID.text, fieldPassword.text, anonymize.checked)
|
manager.exportToWEB(selectedExport, fieldUserID.text, fieldPassword.text, anonymize.checked)
|
||||||
|
pageStack.pop()
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
onRejected: {
|
onRejected: {
|
||||||
|
pageStack.pop()
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue