mirror of
https://github.com/KDE/kasts.git
synced 2024-12-25 08:00:48 +01:00
Make 'add feed' main action on FeedListPage
This commit is contained in:
parent
dc384c598e
commit
a0b7e0d9e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user