mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Update number of unread items when a feed is deleted
This commit is contained in:
parent
bfbbc1f497
commit
37342e0f0c
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ void RSSImp::deleteSelectedItems() {
|
|||
delete item;
|
||||
}
|
||||
rssmanager->saveStreamList();
|
||||
// Update Unread items
|
||||
updateItemInfos(listStreams->getUnreadItem());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue