mobile/qml: close export page after upload

pop from pagestack.

Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-12-07 22:00:20 +01:00 committed by Dirk Hohndel
parent 422bb0da57
commit 5cba410aa6

View file

@ -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()
}