diff options
author | jan Iversen <jan@casacondor.com> | 2019-11-22 19:40:11 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-03 21:30:39 -0800 |
commit | d2b633b2a84929e4cf5e9ddfb72ec8dddfc72859 (patch) | |
tree | 8b3e7f0e8141b5c1c959f5cc5021c6f023a4ebba /mobile-widgets | |
parent | c6348e96de5c4c72023ca38ba8beb22e536e91a0 (diff) | |
download | subsurface-d2b633b2a84929e4cf5e9ddfb72ec8dddfc72859.tar.gz |
mobile-widgets/qml: block DiveLogs.de and DiveShare export (temporary)
The current Webservice implementation 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')
-rw-r--r-- | mobile-widgets/qml/Export.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 76587c634..963e3a899 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -107,6 +107,7 @@ Kirigami.ScrollablePage { } RadioButton { Layout.fillWidth: true + visible: false // TEMPORARY MEASURE, until non UI related WEB service is ready text: qsTr("Upload divelogs.de") exclusiveGroup: radioGroup onClicked: { @@ -116,6 +117,7 @@ Kirigami.ScrollablePage { } RadioButton { Layout.fillWidth: true + visible: false // TEMPORARY MEASURE, until non UI related WEB service is ready text: qsTr("Upload DiveShare") exclusiveGroup: radioGroup onClicked: { |