mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove the redundant context menus that just close the page
Android users are well used to using the back key for this. I kept the code in place as things may end up completely different on IOS or other mobile platforms. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
692719f230
commit
a91d4164b4
7 changed files with 14 additions and 7 deletions
|
@ -14,6 +14,7 @@ MobileComponents.Page {
|
|||
anchors.margins: MobileComponents.Units.gridUnit / 2
|
||||
objectName: "gpsList"
|
||||
|
||||
/* this can be done by hitting the back key
|
||||
contextualActions: [
|
||||
Action {
|
||||
text: "Close GPS list"
|
||||
|
@ -24,6 +25,7 @@ MobileComponents.Page {
|
|||
}
|
||||
}
|
||||
]
|
||||
*/
|
||||
Component {
|
||||
id: gpsDelegate
|
||||
MobileComponents.ListItemWithActions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue