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>
This commit is contained in:
parent
c6348e96de
commit
d2b633b2a8
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user