mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove long disabled planner UI
This was never functional. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
53cbf53058
commit
ebbef8cf17
1 changed files with 0 additions and 41 deletions
|
@ -547,47 +547,6 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
showPage(recoverCache)
|
||||
}
|
||||
}
|
||||
/* disable for now
|
||||
Kirigami.Action {
|
||||
text: qsTr("Dive planner")
|
||||
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name: ":/go-previous-symbolic"
|
||||
}
|
||||
text: qsTr("Back")
|
||||
onTriggered: globalDrawer.pop()
|
||||
}
|
||||
Kirigami.Action {
|
||||
text: qsTr("Setup")
|
||||
onTriggered: {
|
||||
globalDrawer.close()
|
||||
pageStack.push(divePlannerSetupWindow)
|
||||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
text: qsTr("Edit")
|
||||
onTriggered: {
|
||||
globalDrawer.close()
|
||||
pageStack.push(divePlannerEditWindow)
|
||||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
text: qsTr("View")
|
||||
onTriggered: {
|
||||
globalDrawer.close()
|
||||
pageStack.push(divePlannerViewWindow)
|
||||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
text: qsTr("Manager")
|
||||
onTriggered: {
|
||||
globalDrawer.close()
|
||||
pageStack.push(divePlannerManagerWindow)
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
] // end actions
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue