mirror of https://github.com/KDE/kasts.git
Change subscription page icon to bookmarks
This commit is contained in:
parent
b9b82d783f
commit
df07359c07
|
@ -124,6 +124,7 @@ if(ANDROID)
|
|||
globe
|
||||
data-error
|
||||
rss
|
||||
bookmarks
|
||||
document-import
|
||||
document-export
|
||||
document-open-folder
|
||||
|
|
|
@ -127,7 +127,7 @@ Kirigami.ApplicationWindow {
|
|||
},
|
||||
Kirigami.Action {
|
||||
text: i18n("Subscriptions")
|
||||
iconName: "document-open-folder"
|
||||
iconName: "bookmarks"
|
||||
checked: currentPage == "FeedListPage"
|
||||
onTriggered: {
|
||||
pushPage("FeedListPage")
|
||||
|
|
Loading…
Reference in New Issue