mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML UI: more progress update on start page
Again, to help track down where things hang. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
45b0554a67
commit
1f5cf4b42d
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ void QMLManager::loadDivesWithValidCredentials()
|
|||
}
|
||||
setCredentialStatus(VALID);
|
||||
appendTextToLog("Cloud credentials valid, loading dives...");
|
||||
setStartPageText("Cloud credentials valid, loading dives...");
|
||||
loadDiveProgress(0);
|
||||
QString url;
|
||||
if (getCloudURL(url)) {
|
||||
|
|
Loading…
Reference in a new issue