mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue