Make 'add feed' main action on FeedListPage

This commit is contained in:
Tobias Fella 2020-05-30 23:36:48 +02:00
parent dc384c598e
commit a0b7e0d9e1

View File

@ -31,15 +31,13 @@ Kirigami.ScrollablePage {
property var lastFeed: ""
contextualActions: [
Kirigami.Action {
actions.main: Kirigami.Action {
text: i18n("Add feed")
iconName: "list-add"
onTriggered: {
addSheet.open()
}
}
]
Kirigami.OverlaySheet {
id: addSheet