summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Settings.qml
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-29 09:13:08 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-29 12:20:19 -0800
commitb92c2d280cddff8a5f0fa53bafa8d57cb52f4603 (patch)
treeb848fffc7d8d4d2f9faaebcf88202097c67aa944 /mobile-widgets/qml/Settings.qml
parent5b3ecea4a0b9bd0f65d78592fb923d5270286354 (diff)
downloadsubsurface-b92c2d280cddff8a5f0fa53bafa8d57cb52f4603.tar.gz
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>
Diffstat (limited to 'mobile-widgets/qml/Settings.qml')
-rw-r--r--mobile-widgets/qml/Settings.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml
index 03ffa13a9..100ecb9e5 100644
--- a/mobile-widgets/qml/Settings.qml
+++ b/mobile-widgets/qml/Settings.qml
@@ -56,7 +56,6 @@ Kirigami.ScrollablePage {
onClicked: {
PrefCloudStorage.cloud_verification_status = CloudStatus.CS_UNKNOWN
manager.startPageText = qsTr("Starting...");
- prefs.showPin = false;
}
}
Controls.Label {