Add Icon to Contextmenu in FeedListPage

This commit is contained in:
Tobias Fella 2020-04-23 23:03:47 +02:00
parent 727d80e718
commit aba24a171d
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ if(ANDROID)
delete
settings-configure
help-about
list-add
)
else()
target_link_libraries(alligator PRIVATE Qt5::Widgets)

View File

@ -34,6 +34,7 @@ Kirigami.ScrollablePage {
contextualActions: [
Kirigami.Action {
text: i18n("Add feed")
iconName: "list-add"
onTriggered: {
addSheet.open()
}