mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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)
|
manager.setGitLocalOnly(true)
|
||||||
PrefCloudStorage.cloud_auto_sync = false
|
PrefCloudStorage.cloud_auto_sync = false
|
||||||
prefs.credentialStatus = CloudStatus.CS_NOCLOUD
|
prefs.credentialStatus = CloudStatus.CS_NOCLOUD
|
||||||
manager.saveCloudCredentials()
|
manager.saveCloudCredentials("", "")
|
||||||
manager.openNoCloudRepo()
|
manager.openNoCloudRepo()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue