mirror of
https://github.com/KDE/kasts.git
synced 2024-12-25 08:00:48 +01:00
Add icon to FeedDetailsPage action
This commit is contained in:
parent
4d5684b0d0
commit
9e1e637030
@ -42,6 +42,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
contextualActions: [
|
contextualActions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
|
iconName: "help-about-symbolic"
|
||||||
text: i18n("Details")
|
text: i18n("Details")
|
||||||
visible: !all
|
visible: !all
|
||||||
onTriggered: pageStack.push("qrc:/FeedDetailsPage.qml")
|
onTriggered: pageStack.push("qrc:/FeedDetailsPage.qml")
|
||||||
|
Loading…
Reference in New Issue
Block a user