diff options
Diffstat (limited to 'qt-mobile/qml/Preferences.qml')
-rw-r--r-- | qt-mobile/qml/Preferences.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml index dbff31027..f20e83467 100644 --- a/qt-mobile/qml/Preferences.qml +++ b/qt-mobile/qml/Preferences.qml @@ -8,6 +8,7 @@ import org.subsurfacedivelog.mobile 1.0 MobileComponents.Page { +/* this can be done by hitting the back key contextualActions: [ Action { text: "Close Preferences" @@ -18,7 +19,7 @@ MobileComponents.Page { } } ] - + */ GridLayout { signal accept |