mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-01-22 19:05:56 -05:00
Merge 2471ebe2d5 into 4e6b941ac5
This commit is contained in:
commit
d7dfd5f814
1 changed files with 4 additions and 1 deletions
|
|
@ -495,7 +495,10 @@ void GroupTreeWidget::fillGroupItems(QTreeWidgetItem *categoryItem, const QList<
|
|||
item->setData(GTW_COLUMN_DATA, ROLE_COLOR, GROUPTREEWIDGET_COLOR_STANDARD);
|
||||
item->setData(GTW_COLUMN_NAME, Qt::BackgroundRole, QVariant());
|
||||
}
|
||||
|
||||
if (!IS_GROUP_SUBSCRIBED(itemInfo.subscribeFlags)) {
|
||||
if (itemInfo.max_visible_posts)
|
||||
item->setText(GTW_COLUMN_UNREAD, QString::number(itemInfo.max_visible_posts));
|
||||
}
|
||||
/* Calculate score */
|
||||
calculateScore(item, filterText);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue