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
@ -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…
x
Reference in New Issue
Block a user