mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
did request
This commit is contained in:
parent
a36a2a2939
commit
9a0205bdc9
|
@ -564,12 +564,8 @@ void TwitchMessageBuilder::parseHighlights(bool isPastMsg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this->args.isReceivedWhisper) {
|
if (this->args.isReceivedWhisper &&
|
||||||
if (getSettings()->enableWhisperHighlight) {
|
getSettings()->enableWhisperHighlight) {
|
||||||
log("Highlight because it's a whisper",
|
|
||||||
this->args.isReceivedWhisper);
|
|
||||||
doHighlight = true;
|
|
||||||
}
|
|
||||||
if (getSettings()->enableWhisperHighlightTaskbar) {
|
if (getSettings()->enableWhisperHighlightTaskbar) {
|
||||||
doAlert = true;
|
doAlert = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue