mirror of
https://github.com/celisej567/abaddon.git
synced 2025-12-31 17:48:26 +03:00
remove hardcoded color from author label (#22)
This commit is contained in:
@@ -1143,7 +1143,7 @@ void ChatMessageHeader::UpdateNameColor() {
|
||||
if (role.has_value())
|
||||
md = "<span weight='bold' color='#" + IntToCSSColor(role->Color) + "'>" + user->GetEscapedName() + "</span>";
|
||||
else
|
||||
md = "<span weight='bold' color='#eeeeee'>" + user->GetEscapedName() + "</span>";
|
||||
md = "<span weight='bold'>" + user->GetEscapedName() + "</span>";
|
||||
|
||||
m_author->set_markup(md);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user