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:
Henrik Brautaset Aronsen 2016-02-09 20:39:31 +01:00 committed by Dirk Hohndel
parent 8c9883cfcf
commit 98dfc5c770
3 changed files with 7 additions and 27 deletions

View file

@ -37,16 +37,4 @@ MobileComponents.Page {
}
}
}
contextualActions: [
Action {
id: closeLog
text: "Close log"
iconName: "view-readermode"
onTriggered: {
stackView.pop()
contextDrawer.close()
}
}
]
}