diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-22 19:35:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-03 21:30:39 -0800 |
commit | c6348e96de5c4c72023ca38ba8beb22e536e91a0 (patch) | |
tree | da1801d92c8a7b40b5cdb0c9e9ad65137318ab19 /mobile-widgets/qml/Export.qml | |
parent | 117aa13dbe05bb38ccd0cb2dc23a631edfa5fb66 (diff) | |
download | subsurface-c6348e96de5c4c72023ca38ba8beb22e536e91a0.tar.gz |
mobile-widgets/qml: block dive sites export (temporary)
DiveFilter have 2 implementation on or desktop and one for mobile,
the common export function uses DiveFilter (desktop version).
Block Radiobutton
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml/Export.qml')
-rw-r--r-- | mobile-widgets/qml/Export.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 3121daa13..76587c634 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -88,6 +88,7 @@ Kirigami.ScrollablePage { } RadioButton { Layout.fillWidth: true + visible: false // TEMPORARY MEASURE, until DiveFilter is available text: qsTr("Export Subsurface dive sites XML") exclusiveGroup: radioGroup onClicked: { |