hide moderator list in new forum feed item

This commit is contained in:
csoler 2020-05-10 13:48:57 +02:00
parent 3ae173f104
commit a7d89f1fbb
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -220,7 +220,10 @@ void GxsForumGroupItem::fill()
}
}
else
{
ui->titleLabel->setText(tr("New Forum"));
ui->moderatorList_GB->hide();
}
// else
// {