Fixed spelling of Suppress (#2472)

This commit is contained in:
Felanbird
2021-02-21 10:42:59 -05:00
committed by GitHub
parent e015013773
commit 032a791ec1
4 changed files with 6 additions and 6 deletions
@@ -175,13 +175,13 @@ void NotificationController::getFakeTwitchChannelLiveStatus(
}
if (getSettings()->notificationPlaySound &&
!(isInStreamerMode() &&
getSettings()->streamerModeSupressLiveNotifications))
getSettings()->streamerModeSuppressLiveNotifications))
{
getApp()->notifications->playSound();
}
if (getSettings()->notificationFlashTaskbar &&
!(isInStreamerMode() &&
getSettings()->streamerModeSupressLiveNotifications))
getSettings()->streamerModeSuppressLiveNotifications))
{
getApp()->windows->sendAlert();
}