mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widgets/qml: block profile export (temporary)
The current png generation is intertangled with the desktop UI, and a shared Webservice needs to be developed. Block Radiobutton Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
d2b633b2a8
commit
92b56d0583
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ Kirigami.ScrollablePage {
|
||||||
}
|
}
|
||||||
RadioButton {
|
RadioButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
visible: false // TEMPORARY MEASURE, until a non UI PNG generation is ready
|
||||||
text: qsTr("Export Dive profile")
|
text: qsTr("Export Dive profile")
|
||||||
exclusiveGroup: radioGroup
|
exclusiveGroup: radioGroup
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue