aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml41
1 files changed, 0 insertions, 41 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 88486d62f..790fb5809 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -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
}