mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
ed1264ce49
commit
936362c102
1 changed files with 0 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue