Change subscription page icon to bookmarks

This commit is contained in:
Bart De Vries 2021-07-15 13:46:46 +02:00
parent b9b82d783f
commit df07359c07
2 changed files with 2 additions and 1 deletions

View File

@ -124,6 +124,7 @@ if(ANDROID)
globe
data-error
rss
bookmarks
document-import
document-export
document-open-folder

View File

@ -127,7 +127,7 @@ Kirigami.ApplicationWindow {
},
Kirigami.Action {
text: i18n("Subscriptions")
iconName: "document-open-folder"
iconName: "bookmarks"
checked: currentPage == "FeedListPage"
onTriggered: {
pushPage("FeedListPage")