mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 15:47:30 -04:00
Hide Site labels when theres is no link
This commit is contained in:
parent
f0a99fbe98
commit
54e3ca3485
1 changed files with 6 additions and 0 deletions
|
@ -299,6 +299,12 @@ void PostedItem::fill()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(urlarray == NULL)
|
||||||
|
{
|
||||||
|
ui->siteLabel->hide();
|
||||||
|
ui->siteBoldLabel->hide();
|
||||||
|
}
|
||||||
|
|
||||||
ui->siteLabel->setText(sitestr);
|
ui->siteLabel->setText(sitestr);
|
||||||
|
|
||||||
//QString score = "Hot" + QString::number(post.mHotScore);
|
//QString score = "Hot" + QString::number(post.mHotScore);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue