mobile/qml: Clear status field in Export
When opening the saveAsDialog a second time, it contains the last status from first time. Clear statusText before calling saveAsDialog Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
820d9bcd56
commit
dd183eaabf
@ -252,6 +252,7 @@ Kirigami.ScrollablePage {
|
||||
fieldPassword.visible = true
|
||||
fieldPassword.text = PrefCloudStorage.divelogde_pass
|
||||
anonymize.visible = false
|
||||
statusText.text = ""
|
||||
uploadDialog.open()
|
||||
} else if (selectedExport === ExportType.EX_DIVESHARE) {
|
||||
// TO BE IMPLEMENTED
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user