mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35: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();
|
clear_dive_file_data();
|
||||||
DiveListModel::instance()->clear();
|
DiveListModel::instance()->clear();
|
||||||
GpsListModel::instance()->clear();
|
GpsListModel::instance()->clear();
|
||||||
|
setStartPageText(tr("Attempting to open cloud storage with new credentials"));
|
||||||
openLocalThenRemote(url);
|
openLocalThenRemote(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue