mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
use default icon when post author is banned
This commit is contained in:
parent
2af66e91c5
commit
65f7ead18d
@ -350,6 +350,7 @@ void BoardPostDisplayWidget_compact::setup()
|
||||
|
||||
if(redacted)
|
||||
{
|
||||
ui->pictureLabel->setPicture( FilesDefs::getPixmapFromQtResourcePath(":/images/thumb-default.png") );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user