diff options
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 64e8a6714..2ebd11159 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -88,6 +88,8 @@ void QMLManager::saveCloudCredentials() } } } + if (cloudCredentialsChanged) + loadDives(); } void QMLManager::loadDives() |