Sync load from cloud status when changing cloud storage accounts
Since this variable is specific to the cloud credentials in use, we need to reset it when we change credentials. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
801ce01585
commit
10ca667403
@ -153,6 +153,7 @@ void QMLManager::saveCloudCredentials()
|
||||
if (cloudCredentialsChanged) {
|
||||
free(prefs.userid);
|
||||
prefs.userid = NULL;
|
||||
syncLoadFromCloud();
|
||||
tryRetrieveDataFromBackend();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user