Fixed spelling of Suppress (#2472)
This commit is contained in:
@@ -193,7 +193,7 @@ public:
|
||||
BoolSetting streamerModeHideViewerCountAndDuration = {
|
||||
"/streamerMode/hideViewerCountAndDuration", false};
|
||||
BoolSetting streamerModeMuteMentions = {"/streamerMode/muteMentions", true};
|
||||
BoolSetting streamerModeSupressLiveNotifications = {
|
||||
BoolSetting streamerModeSuppressLiveNotifications = {
|
||||
"/streamerMode/supressLiveNotifications", false};
|
||||
|
||||
/// Ignored Phrases
|
||||
|
||||
@@ -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