mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
hide moderator list in new forum feed item
This commit is contained in:
parent
3ae173f104
commit
a7d89f1fbb
1 changed files with 3 additions and 0 deletions
|
@ -220,7 +220,10 @@ void GxsForumGroupItem::fill()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
ui->titleLabel->setText(tr("New Forum"));
|
ui->titleLabel->setText(tr("New Forum"));
|
||||||
|
ui->moderatorList_GB->hide();
|
||||||
|
}
|
||||||
|
|
||||||
// else
|
// else
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue