mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue