From d2b633b2a84929e4cf5e9ddfb72ec8dddfc72859 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 22 Nov 2019 19:40:11 +0100 Subject: 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 --- mobile-widgets/qml/Export.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mobile-widgets/qml') 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: { -- cgit v1.2.3-70-g09d2