mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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);
|
setCredentialStatus(VALID);
|
||||||
appendTextToLog("Cloud credentials valid, loading dives...");
|
appendTextToLog("Cloud credentials valid, loading dives...");
|
||||||
|
setStartPageText("Cloud credentials valid, loading dives...");
|
||||||
loadDiveProgress(0);
|
loadDiveProgress(0);
|
||||||
QString url;
|
QString url;
|
||||||
if (getCloudURL(url)) {
|
if (getCloudURL(url)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue