diff --git a/src/qml/FeedListPage.qml b/src/qml/FeedListPage.qml index d48db137..d501fd68 100644 --- a/src/qml/FeedListPage.qml +++ b/src/qml/FeedListPage.qml @@ -44,6 +44,15 @@ Kirigami.ScrollablePage { onTriggered: refreshing = false } + contextualActions: [ + Kirigami.Action { + text: i18n("Refresh all feeds") + iconName: "view-refresh" + onTriggered: Fetcher.fetchAll() + visible: !Kirigami.Settings.isMobile + } + ] + actions.main: Kirigami.Action { text: i18n("Add feed") iconName: "list-add"