mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
Added links colors with settings feature
This commit is contained in:
parent
5361bed037
commit
5abefa4664
23 changed files with 170 additions and 18 deletions
|
@ -704,7 +704,7 @@ void MessageWidget::fill(const std::string &msgId)
|
|||
}
|
||||
else
|
||||
{
|
||||
ui.fromText->setText(link.toHtml());
|
||||
ui.fromText->setText(link.toHtmlColored());
|
||||
ui.fromText->setToolTip(tooltip_string) ;
|
||||
if (toolButtonReply) toolButtonReply->setEnabled(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue