feat: improve automod blocked term messaging (#5699)

This commit is contained in:
pajlada
2024-11-30 12:32:33 +01:00
committed by GitHub
parent f6d6e2c62d
commit e1aded057d
6 changed files with 82 additions and 3 deletions
@@ -675,6 +675,11 @@ void GeneralPage::initLayout(GeneralPageView &layout)
layout.addCheckbox(
"Hide moderation actions", s.streamerModeHideModActions, false,
"Hide bans, timeouts, and automod messages from appearing in chat.");
layout.addCheckbox(
"Hide blocked terms", s.streamerModeHideBlockedTermText, false,
"Hide blocked terms from showing up in places like AutoMod messages. "
"This can be useful in case you have some blocked terms that you don't "
"want to show on stream.");
layout.addCheckbox("Mute mention sounds", s.streamerModeMuteMentions, false,
"Mute your ping sound from playing.");
layout.addCheckbox(