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:
Dirk Hohndel 2016-02-12 06:54:52 -08:00
parent f925711185
commit 093c5fa5ff

View file

@ -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);
} }
} }