feat: show BTTV Pro badges (#6625)
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -269,6 +269,7 @@ public:
|
||||
"/appearance/badges/useCustomFfzModeratorBadges", true};
|
||||
BoolSetting useCustomFfzVipBadges = {
|
||||
"/appearance/badges/useCustomFfzVipBadges", true};
|
||||
BoolSetting showBadgesBttv = {"/appearance/badges/bttv", true};
|
||||
BoolSetting showBadgesSevenTV = {"/appearance/badges/seventv", true};
|
||||
QSizeSetting lastPopupSize = {
|
||||
"/appearance/lastPopup/size",
|
||||
@@ -386,6 +387,7 @@ public:
|
||||
BoolSetting enableBTTVGlobalEmotes = {"/emotes/bttv/global", true};
|
||||
BoolSetting enableBTTVChannelEmotes = {"/emotes/bttv/channel", true};
|
||||
BoolSetting enableBTTVLiveUpdates = {"/emotes/bttv/liveupdates", true};
|
||||
BoolSetting sendBTTVActivity = {"/emotes/bttv/sendActivity", true};
|
||||
BoolSetting enableFFZGlobalEmotes = {"/emotes/ffz/global", true};
|
||||
BoolSetting enableFFZChannelEmotes = {"/emotes/ffz/channel", true};
|
||||
BoolSetting enableSevenTVGlobalEmotes = {"/emotes/seventv/global", true};
|
||||
|
||||
Reference in New Issue
Block a user