did request

This commit is contained in:
apa420 2018-08-29 01:37:57 +02:00
parent a36a2a2939
commit 9a0205bdc9

View file

@ -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;
} }