[core] Fixed wrong change of continuation
This commit is contained in:
parent
2dcd197f85
commit
4e68c75274
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ ListModel {
|
|||
if (m.unread) {
|
||||
root.setProperty(i, "unread", false)
|
||||
if (!rootWindow.showAll) {
|
||||
root.continuation += 1
|
||||
root.continuation -= 1
|
||||
}
|
||||
root.itemUnreadChanged(m)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue