mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: fix reference to credentialStatus property
Commit b8eb348f
moved credentialStatus but missed one spot.
When starting from a fresh install, clicking "No cloud mode” fails because of this.
Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
This commit is contained in:
parent
16d7620e21
commit
fed2a283b2
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ Item {
|
|||
text: qsTr("No cloud mode")
|
||||
onClicked: {
|
||||
manager.syncToCloud = false
|
||||
manager.credentialStatus = QMLPrefs.CS_NOCLOUD
|
||||
prefs.credentialStatus = QMLPrefs.CS_NOCLOUD
|
||||
manager.saveCloudCredentials()
|
||||
manager.openNoCloudRepo()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue