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