mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 23:14:31 +00:00
- Fixed 'Mark all as read' would not refresh news list
This commit is contained in:
parent
bca03706a0
commit
2dc9f10bf4
@ -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…
x
Reference in New Issue
Block a user