diff --git a/src/qml/FeedListPage.qml b/src/qml/FeedListPage.qml index 66b60520..28985fa1 100644 --- a/src/qml/FeedListPage.qml +++ b/src/qml/FeedListPage.qml @@ -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