mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Fixed 'Mark all as read' would not refresh news list
This commit is contained in:
parent
bca03706a0
commit
2dc9f10bf4
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ void RSSImp::on_actionMark_all_as_read_triggered() {
|
|||
feed->markAllAsRead();
|
||||
item->setData(0, Qt::DisplayRole, feed->getAliasOrUrl()+ QString::fromUtf8(" (0)"));
|
||||
}
|
||||
/*if(selectedItems.size())
|
||||
refreshNewsList(selectedItems.last());*/
|
||||
if(selectedItems.size())
|
||||
refreshNewsList(listStreams->currentItem());
|
||||
}
|
||||
|
||||
//right-click somewhere, refresh all the streams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue