mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widgets/qml: correct missing parm in saveCredentials() call
Add missing empty pin ("") in saveCredentials() call. Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
07ad455ea2
commit
e80c27a2bd
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,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
Add a link
Reference in a new issue