mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
parent
5b7ea0e611
commit
c48407e038
4 changed files with 14 additions and 2 deletions
|
@ -637,8 +637,10 @@ void RSSImp::updateItemInfos(QTreeWidgetItem *item)
|
|||
return;
|
||||
|
||||
QString name;
|
||||
if (rss_item == m_rssManager)
|
||||
if (rss_item == m_rssManager) {
|
||||
name = tr("Unread");
|
||||
emit updateRSSCount(rss_item->unreadCount());
|
||||
}
|
||||
else
|
||||
name = rss_item->displayName();
|
||||
item->setText(0, name + QString::fromUtf8(" (") + QString::number(rss_item->unreadCount()) + QString(")"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue