summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveDetailsView.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-17 07:39:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-17 07:39:48 -0700
commitc7e284369a4ca656460e6aa9532d0971f6a44ba7 (patch)
treee92556a06c8fa0c579c9405cd9a9cfbe9c042a39 /mobile-widgets/qml/DiveDetailsView.qml
parent695be281c0eac76b6a11a08e620376ce5dcab54e (diff)
parenta4e3a4cb255e5112bd09a918dba9959f2caba120 (diff)
downloadsubsurface-c7e284369a4ca656460e6aa9532d0971f6a44ba7.tar.gz
Merge branch 'MobileUI' of git://github.com/jbygdell/subsurface
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsView.qml')
-rw-r--r--mobile-widgets/qml/DiveDetailsView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml
index adea41168..0e5c90de6 100644
--- a/mobile-widgets/qml/DiveDetailsView.qml
+++ b/mobile-widgets/qml/DiveDetailsView.qml
@@ -70,6 +70,7 @@ Item {
Kirigami.Label {
id: buttonText
text: qsTr("Map it")
+ visible: dive.gps !== ""
color: subsurfaceTheme.darkerPrimaryTextColor
anchors {
horizontalCenter: parent.horizontalCenter