diff options
Diffstat (limited to 'qt-mobile/qml/DiveDetails.qml')
-rw-r--r-- | qt-mobile/qml/DiveDetails.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml index 3f637784e..5a39576e8 100644 --- a/qt-mobile/qml/DiveDetails.qml +++ b/qt-mobile/qml/DiveDetails.qml @@ -52,7 +52,7 @@ MobileComponents.Page { state = "view" Qt.inputMethod.hide() } - +/* this can be done by hitting the back key contextualActions: [ Action { text: state === "view" ? "Back to dive list" : "Cancel" @@ -71,7 +71,7 @@ MobileComponents.Page { } } ] - + */ mainAction: Action { iconName: state !== "view" ? "dialog-cancel" : "document-edit" onTriggered: { |