mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: Display GPS menu
Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
This commit is contained in:
parent
f6d13374bd
commit
78aface44a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue