mobile-widgets/qml: remove cancelCredentialsPinSetup() from Settings
For now just copy the functionality into Settings.qml, this is part of the qmlprefs cleanup. Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
baec098eb3
commit
dc018cd77d
@ -54,8 +54,10 @@ Kirigami.ScrollablePage {
|
||||
id: changeCloudSettings
|
||||
text: qsTr("Change")
|
||||
onClicked: {
|
||||
prefs.cancelCredentialsPinSetup()
|
||||
rootItem.returnTopPage()
|
||||
PrefCloudStorage.cloud_verification_status = CloudStatus.CS_UNKNOWN
|
||||
prefs.credentialStatus = CloudStatus.CS_UNKNOWN
|
||||
manager.startPageText = qsTr("Starting...");
|
||||
prefs.showPin = false;
|
||||
}
|
||||
}
|
||||
Controls.Label {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user