mobile-widgets: correct switch to no-cloud mode.
saveCredentials() missed parameters Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
b58d403906
commit
c4952b0dcb
@ -144,7 +144,7 @@ Item {
|
||||
manager.setGitLocalOnly(true)
|
||||
PrefCloudStorage.cloud_auto_sync = false
|
||||
prefs.credentialStatus = CloudStatus.CS_NOCLOUD
|
||||
manager.saveCloudCredentials()
|
||||
manager.saveCloudCredentials("", "")
|
||||
manager.openNoCloudRepo()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user