From a0b7e0d9e190479dfdeabcea19553798628df7ad Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 30 May 2020 23:36:48 +0200 Subject: [PATCH] Make 'add feed' main action on FeedListPage --- src/qml/FeedListPage.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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