use default icon when post author is banned

This commit is contained in:
csoler 2020-10-03 21:49:45 +02:00
parent 2af66e91c5
commit 65f7ead18d

View File

@ -350,6 +350,7 @@ void BoardPostDisplayWidget_compact::setup()
if(redacted)
{
ui->pictureLabel->setPicture( FilesDefs::getPixmapFromQtResourcePath(":/images/thumb-default.png") );
}
else
{