mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:33:23 +00:00
QML UI: disable download from divecomputer
This is not hooked up, yet, and would likely only confuse potential testers. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
24e2f83d67
commit
48695cda7c
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,8 @@ MobileComponents.ApplicationWindow {
|
|||
},
|
||||
MobileComponents.ActionGroup {
|
||||
text: "Manage dives"
|
||||
/*
|
||||
* disable for the beta to avoid confusion
|
||||
Action {
|
||||
text: "Download from computer"
|
||||
onTriggered: {
|
||||
|
@ -63,6 +65,7 @@ MobileComponents.ApplicationWindow {
|
|||
stackView.push(downloadDivesWindow)
|
||||
}
|
||||
}
|
||||
*/
|
||||
Action {
|
||||
text: "Add dive manually"
|
||||
onTriggered: {
|
||||
|
|
Loading…
Add table
Reference in a new issue