fixed issue with having the wrong variable

This commit is contained in:
apa420 2018-08-29 01:24:35 +02:00
parent c3065db16d
commit a36a2a2939

View file

@ -573,7 +573,7 @@ void TwitchMessageBuilder::parseHighlights(bool isPastMsg)
if (getSettings()->enableWhisperHighlightTaskbar) {
doAlert = true;
}
if (getSettings()->enableSelfHighlightSound) {
if (getSettings()->enableWhisperHighlightSound) {
playSound = true;
}
}