Add icon to FeedDetailsPage action

This commit is contained in:
Tobias Fella 2020-05-31 22:50:04 +02:00
parent 4d5684b0d0
commit 9e1e637030

View File

@ -42,6 +42,7 @@ Kirigami.ScrollablePage {
contextualActions: [
Kirigami.Action {
iconName: "help-about-symbolic"
text: i18n("Details")
visible: !all
onTriggered: pageStack.push("qrc:/FeedDetailsPage.qml")