mobile-widgets/qml: remove prefs.showPin

prefs.showpin is the same as
PrefCloudStorage.cloud_verification_status === CloudStatus.CS_NEED_TO_VERIFY
but is actually implemented as a separate variable.

Removing showPin in order to limit use of QMLPrefs, which is the overall goal.

Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2019-12-29 09:13:08 +01:00 committed by Dirk Hohndel
parent 5b3ecea4a0
commit b92c2d280c
3 changed files with 10 additions and 12 deletions

View file

@ -56,7 +56,6 @@ Kirigami.ScrollablePage {
onClicked: {
PrefCloudStorage.cloud_verification_status = CloudStatus.CS_UNKNOWN
manager.startPageText = qsTr("Starting...");
prefs.showPin = false;
}
}
Controls.Label {