mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: Back buttons for app log and theme info
The app log and theme info had context menus with a single close item. No need for that. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8c9883cfcf
commit
98dfc5c770
3 changed files with 7 additions and 27 deletions
|
@ -14,18 +14,6 @@ MobileComponents.Page {
|
|||
anchors.margins: MobileComponents.Units.gridUnit / 2
|
||||
objectName: "gpsList"
|
||||
|
||||
contextualActions: [
|
||||
Action {
|
||||
id: closeLog
|
||||
text: "Close GPS list"
|
||||
iconName: "view-readermode"
|
||||
onTriggered: {
|
||||
stackView.pop()
|
||||
contextDrawer.close()
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Component {
|
||||
id: gpsDelegate
|
||||
MobileComponents.ListItemWithActions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue