mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Don't change split header for whisper
Prevent normal channel split headers from changing colours when receiving a whisper
This commit is contained in:
parent
c872db3d9f
commit
ad949dc1f6
|
@ -229,6 +229,7 @@ void IrcMessageHandler::handleWhisperMessage(Communi::IrcMessage *message)
|
|||
app->twitch.server->mentionsChannel->addMessage(_message);
|
||||
}
|
||||
|
||||
_message->flags.set(MessageFlag::DoNotTriggerNotification);
|
||||
c->addMessage(_message);
|
||||
|
||||
if (getSettings()->inlineWhispers) {
|
||||
|
|
Loading…
Reference in a new issue