diff options
-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: { |