removed hide label seems get concflicts on github check

This commit is contained in:
defnax 2019-02-10 19:59:43 +01:00
parent 54e3ca3485
commit 5bb0fc48b0

View File

@ -298,12 +298,6 @@ void PostedItem::fill()
ui->titleLabel->setText(messageName());
}
if(urlarray == NULL)
{
ui->siteLabel->hide();
ui->siteBoldLabel->hide();
}
ui->siteLabel->setText(sitestr);