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
@ -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…
x
Reference in New Issue
Block a user