did request
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user