diff --git a/src/qml/EntryListPage.qml b/src/qml/EntryListPage.qml index f190ce6e..fec4b04b 100644 --- a/src/qml/EntryListPage.qml +++ b/src/qml/EntryListPage.qml @@ -42,6 +42,7 @@ Kirigami.ScrollablePage { contextualActions: [ Kirigami.Action { + iconName: "help-about-symbolic" text: i18n("Details") visible: !all onTriggered: pageStack.push("qrc:/FeedDetailsPage.qml")