fixed issue with having the wrong variable
This commit is contained in:
@@ -573,7 +573,7 @@ void TwitchMessageBuilder::parseHighlights(bool isPastMsg)
|
|||||||
if (getSettings()->enableWhisperHighlightTaskbar) {
|
if (getSettings()->enableWhisperHighlightTaskbar) {
|
||||||
doAlert = true;
|
doAlert = true;
|
||||||
}
|
}
|
||||||
if (getSettings()->enableSelfHighlightSound) {
|
if (getSettings()->enableWhisperHighlightSound) {
|
||||||
playSound = true;
|
playSound = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user