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>
This commit is contained in:
jan Iversen 2019-11-22 19:35:38 +01:00 committed by Dirk Hohndel
parent 117aa13dbe
commit c6348e96de

View file

@ -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: {