Add refresh action to EntryListPage
This commit is contained in:
parent
14d8819fb5
commit
7b2fbfdca6
@ -43,6 +43,12 @@ Kirigami.ScrollablePage {
|
||||
}
|
||||
]
|
||||
|
||||
actions.main: Kirigami.Action {
|
||||
iconName: "view-refresh"
|
||||
text: i18n("Refresh Feed")
|
||||
onTriggered: entryListModel.fetch()
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
entryListModel.fetch();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user