mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
Hide Site labels when theres is no link
This commit is contained in:
parent
f0a99fbe98
commit
54e3ca3485
@ -298,6 +298,12 @@ void PostedItem::fill()
|
||||
ui->titleLabel->setText(messageName());
|
||||
|
||||
}
|
||||
|
||||
if(urlarray == NULL)
|
||||
{
|
||||
ui->siteLabel->hide();
|
||||
ui->siteBoldLabel->hide();
|
||||
}
|
||||
|
||||
ui->siteLabel->setText(sitestr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user