Hide AutoMod term management messages in Streamer Mode. (#4758)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mm2PL
2023-08-12 18:16:30 +02:00
committed by GitHub
parent 3e1e400e3e
commit 1e35391075
4 changed files with 11 additions and 2 deletions
+3 -2
View File
@@ -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(