diff options
author | Murillo Bernardes <mfbernardes@gmail.com> | 2017-12-03 15:18:07 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-03 08:19:00 -0800 |
commit | 78aface44aee20b2c894a738fdf0471f96e6dc0d (patch) | |
tree | 4584d31fee63e92565590ddb8769688713ce3cf5 | |
parent | f6d13374bd95acb3c476e91789cd7722a9b2b206 (diff) | |
download | subsurface-78aface44aee20b2c894a738fdf0471f96e6dc0d.tar.gz |
iOS: Display GPS menu
Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 76a1afa6e..03a32660b 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -194,7 +194,7 @@ if you have network connectivity and want to sync your data to cloud storage."), Kirigami.Action { iconName: "icons/ic_place.svg" text: qsTr("GPS") - visible: (Qt.platform.os !== "ios") + visible: true Kirigami.Action { iconName: "icons/ic_cloud_upload.svg" |