mirror of https://github.com/KDE/kasts.git
Fix filter message being shown for unsubscribed feeds
This commit is contained in:
parent
c5f4fd23fc
commit
25a22d7bdc
|
@ -102,6 +102,7 @@ Kirigami.ScrollablePage {
|
|||
|
||||
ListModel {
|
||||
id: emptyListModel
|
||||
readonly property var filterType: AbstractEpisodeProxyModel.NoFilter
|
||||
}
|
||||
|
||||
GenericEntryListView {
|
||||
|
|
Loading…
Reference in New Issue