mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
parent
205d658f80
commit
de2108b8c5
1 changed files with 2 additions and 0 deletions
|
@ -416,6 +416,8 @@ MessagePtr TwitchMessageBuilder::build()
|
||||||
if (this->args.isReceivedWhisper && getSettings()->highlightInlineWhispers)
|
if (this->args.isReceivedWhisper && getSettings()->highlightInlineWhispers)
|
||||||
{
|
{
|
||||||
this->message().flags.set(MessageFlag::HighlightedWhisper, true);
|
this->message().flags.set(MessageFlag::HighlightedWhisper, true);
|
||||||
|
this->message().highlightColor =
|
||||||
|
ColorProvider::instance().color(ColorType::Whisper);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this->release();
|
return this->release();
|
||||||
|
|
Loading…
Reference in a new issue