Allow hiding moderation actions in streamer mode (#3926)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mm2PL
2022-11-06 17:30:53 +01:00
committed by GitHub
parent c6a162c7ff
commit df4c294875
4 changed files with 15 additions and 4 deletions
@@ -416,6 +416,7 @@ 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);
layout.addCheckbox("Mute mention sounds", s.streamerModeMuteMentions);
layout.addCheckbox("Suppress Live Notifications",
s.streamerModeSuppressLiveNotifications);