Hide title label for comments feeds

* Hide Title label for comments feeds
* Hide Vote frame for boards feed
This commit is contained in:
defnax 2021-01-23 17:25:53 +01:00
parent bfc3a97d36
commit 2d8a86f2fa
4 changed files with 16 additions and 9 deletions

View file

@ -652,6 +652,7 @@ void PostedItem::fill()
ui->clearButton->show();
ui->readAndClearButton->show();
ui->nameLabel->show();
ui->voteFrame->hide();
}
// disable voting buttons - if they have already voted.