mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue