Add ability to hide Twitch Prediction badges (#2668)
We now properly categorize the Twitch `predictions` badges since they take up their own slot in Twitch web chat
This commit is contained in:
@@ -122,6 +122,8 @@ public:
|
||||
// Badges
|
||||
BoolSetting showBadgesGlobalAuthority = {
|
||||
"/appearance/badges/GlobalAuthority", true};
|
||||
BoolSetting showBadgesPredictions = {"/appearance/badges/predictions",
|
||||
true};
|
||||
BoolSetting showBadgesChannelAuthority = {
|
||||
"/appearance/badges/ChannelAuthority", true};
|
||||
BoolSetting showBadgesSubscription = {"/appearance/badges/subscription",
|
||||
|
||||
Reference in New Issue
Block a user