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
+1 -1
View File
@@ -148,7 +148,7 @@ WindowManager::WindowManager(const Paths &paths, Settings &settings,
this->forceLayoutChannelViewsListener.add(
settings.streamerModeHideModActions);
this->forceLayoutChannelViewsListener.add(
settings.streamerModeHideSuspiciousUsers);
settings.streamerModeHideRestrictedUsers);
this->layoutChannelViewsListener.add(settings.timestampFormat);
this->layoutChannelViewsListener.add(fonts.fontChanged);