Hide AutoMod term management messages in Streamer Mode. (#4758)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -596,8 +596,9 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
layout.addCheckbox(
|
||||
"Hide viewer count and stream length while hovering over split header",
|
||||
s.streamerModeHideViewerCountAndDuration);
|
||||
layout.addCheckbox("Hide moderation actions", s.streamerModeHideModActions,
|
||||
false, "Hide bans & timeouts from appearing in chat.");
|
||||
layout.addCheckbox(
|
||||
"Hide moderation actions", s.streamerModeHideModActions, false,
|
||||
"Hide bans, timeouts, and automod messages from appearing in chat.");
|
||||
layout.addCheckbox("Mute mention sounds", s.streamerModeMuteMentions, false,
|
||||
"Mute your ping sound from playing.");
|
||||
layout.addCheckbox(
|
||||
|
||||
Reference in New Issue
Block a user