mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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 {
|
||||
Layout.fillWidth: true
|
||||
visible: false // TEMPORARY MEASURE, until a non UI PNG generation is ready
|
||||
text: qsTr("Export Dive profile")
|
||||
exclusiveGroup: radioGroup
|
||||
onClicked: {
|
||||
|
|
Loading…
Add table
Reference in a new issue