mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
RadioButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
visible: false // TEMPORARY MEASURE, until DiveFilter is available
|
|
||||||
text: qsTr("Export Subsurface dive sites XML")
|
text: qsTr("Export Subsurface dive sites XML")
|
||||||
exclusiveGroup: radioGroup
|
exclusiveGroup: radioGroup
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue