fix: only hide messages from restricted users, not all suspicious users (#6049)

it's probably best to leave this setting solo'd out as restricted users
so monitored users can get their own behaviour in their own setting later
This commit is contained in:
pajlada
2025-03-09 13:11:06 +01:00
committed by GitHub
parent 154591c5a1
commit c98267b433
8 changed files with 17 additions and 18 deletions
+4 -4
View File
@@ -733,10 +733,10 @@ void GeneralPage::initLayout(GeneralPageView &layout)
"Hide moderation actions", s.streamerModeHideModActions, false,
"Hide bans, timeouts, and automod messages from appearing in chat.");
SettingWidget::checkbox("Hide messages from suspicious users",
s.streamerModeHideSuspiciousUsers)
->setTooltip("Suspicious users are users who are marked as either "
"restricted or monitored by you or Twitch's AutoMod")
SettingWidget::checkbox("Hide messages from restricted users",
s.streamerModeHideRestrictedUsers)
->setTooltip("Restricted users can be marked by you, your moderators, "
"or Twitch's AutoMod")
->addTo(layout);
layout.addCheckbox(