mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue