mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
117aa13dbe
commit
c6348e96de
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ 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…
Reference in a new issue