diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-28 16:06:37 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-05 10:11:42 -0800 |
commit | 936362c1020a87a4c34252913f2cd5d49716c432 (patch) | |
tree | 22d6d296cbea70830392162d902d24e932513ee0 /mobile-widgets/qml | |
parent | ed1264ce491dc6c9f32d87ef854363a98a0a2f35 (diff) | |
download | subsurface-936362c1020a87a4c34252913f2cd5d49716c432.tar.gz |
mobile/qml: activate dive_site export in UI
Dive_site export is now implemented in Exportfuncs, so
allow users to select it.
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/Export.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index ce283c10f..f88ba7f11 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -90,7 +90,6 @@ Kirigami.ScrollablePage { } RadioButton { Layout.fillWidth: true - visible: false // TEMPORARY MEASURE, until DiveFilter is available text: qsTr("Export Subsurface dive sites XML") exclusiveGroup: radioGroup onClicked: { |