Merge branch 'master' of github.com:cnlpete/ttrss
Conflicts: qml/ttrss/models/FeedItemModel.qml
This commit is contained in:
commit
021bbae66c
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ ListModel {
|
|||
if (item.unread) {
|
||||
root.setProperty(i, "unread", false)
|
||||
if (!settings.showAll) {
|
||||
root.continuation += 1
|
||||
root.continuation -= 1
|
||||
}
|
||||
root.itemUnreadChanged(item)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue