diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 687e850b8..9a56abe23 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -16,18 +16,6 @@ Kirigami.Page { Layout.fillWidth: true; title: qsTr("Dive Computer") -/* this can be done by hitting the back key - contextualActions: [ - Kirigami.Action { - text: qsTr("Close Preferences") - iconName: "dialog-cancel" - onTriggered: { - stackView.pop() - contextDrawer.close() - } - } - ] - */ DCDownloadThread { id: downlodaThread deviceData.vendor : comboVendor.currentText |