summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2017-07-23 09:00:08 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-23 23:47:22 +0900
commit3b3f6b67f570c44609dba3690ee958b05e10933a (patch)
tree40bb5d1363094871c03315b95108a14db6c5664b /mobile-widgets/qml
parent2187ef6c90da7f6c8da2a402f9993b4dc4f7f829 (diff)
downloadsubsurface-3b3f6b67f570c44609dba3690ee958b05e10933a.tar.gz
QML UI: fix copy paste error
The credential status has nothing to do with GPS functionality. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 6c97f0f09..98825e98a 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -194,7 +194,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
Kirigami.Action {
iconName: "icons/ic_place.svg"
text: qsTr("GPS")
- enabled: manager.credentialStatus === QMLManager.VALID || manager.credentialStatus === QMLManager.VALID_EMAIL
visible: (Qt.platform.os !== "ios")
Kirigami.Action {