Fixed spelling of Suppress (#2472)
This commit is contained in:
@@ -40,7 +40,7 @@ bool Toasts::isEnabled()
|
||||
return WinToastLib::WinToast::isCompatible() &&
|
||||
getSettings()->notificationToast &&
|
||||
!(isInStreamerMode() &&
|
||||
getSettings()->streamerModeSupressLiveNotifications);
|
||||
getSettings()->streamerModeSuppressLiveNotifications);
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user