diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-22 19:43:00 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-03 21:30:39 -0800 |
commit | 92b56d0583a3762e22d87db5b8f2c51a1352bc81 (patch) | |
tree | c859961f6f41a965f204fe2961b54af54283ec7c /mobile-widgets/qml/Export.qml | |
parent | d2b633b2a84929e4cf5e9ddfb72ec8dddfc72859 (diff) | |
download | subsurface-92b56d0583a3762e22d87db5b8f2c51a1352bc81.tar.gz |
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>
Diffstat (limited to 'mobile-widgets/qml/Export.qml')
-rw-r--r-- | mobile-widgets/qml/Export.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 963e3a899..321a93aca 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -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: { |