mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
QML UI: more progress information on the start page
Since some users report hangs when changing credentials it would be useful to see how far the application got. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f925711185
commit
093c5fa5ff
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ void QMLManager::saveCloudCredentials()
|
|||
clear_dive_file_data();
|
||||
DiveListModel::instance()->clear();
|
||||
GpsListModel::instance()->clear();
|
||||
setStartPageText(tr("Attempting to open cloud storage with new credentials"));
|
||||
openLocalThenRemote(url);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue