Mobile: give visual indication that we are saving dives
Allow showing that the app is busy and showing why at the same time. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e63257f0e9
commit
9d9047d040
@ -387,7 +387,7 @@ Kirigami.Page {
|
||||
onClicked: {
|
||||
manager.appendTextToLog("Save downloaded dives that were selected")
|
||||
busy = true
|
||||
rootItem.showBusy()
|
||||
rootItem.showBusy("Save selected dives")
|
||||
manager.appendTextToLog("temporary disconnecting dive list model")
|
||||
diveList.diveListModel = null
|
||||
manager.appendTextToLog("Record dives")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user