diff options
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 8b9e89036..69ba51ac5 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -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); } } |