mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
parent
1409b97490
commit
cd7b25f712
1 changed files with 3 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ void ChatView::appendMessage(QString message, RoomMessageTypeFlags messageType,
|
|||
defaultFormat.setFontWeight(QFont::Light);
|
||||
defaultFormat.setFontItalic(true);
|
||||
break;
|
||||
default:
|
||||
defaultFormat.setForeground(Qt::darkGreen);
|
||||
defaultFormat.setFontWeight(QFont::Bold);
|
||||
}
|
||||
} else if (sender.toLower() == "servatrice") {
|
||||
defaultFormat.setForeground(Qt::darkGreen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue