mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-27 11:51:00 -04:00
disabled emoticons from messages and toasters, since they significantly slow down the whole software
This commit is contained in:
parent
f3b3d2b262
commit
7bbb993769
3 changed files with 9 additions and 3 deletions
|
@ -177,7 +177,9 @@ void MsgItem::updateItemStatic()
|
|||
|
||||
void MsgItem::fillExpandFrame()
|
||||
{
|
||||
msgLabel->setText(RsHtml().formatText(NULL, mMsg, RSHTML_FORMATTEXT_EMBED_SMILEYS | RSHTML_FORMATTEXT_EMBED_LINKS));
|
||||
// emoticons disabled because of crazy cost.
|
||||
//msgLabel->setText(RsHtml().formatText(NULL, mMsg, RSHTML_FORMATTEXT_EMBED_SMILEYS | RSHTML_FORMATTEXT_EMBED_LINKS));
|
||||
msgLabel->setText(RsHtml().formatText(NULL, mMsg, RSHTML_FORMATTEXT_EMBED_LINKS));
|
||||
}
|
||||
|
||||
void MsgItem::updateItem()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue