feat: show BTTV Pro badges (#6625)
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -659,6 +659,14 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
s.enableBTTVLiveUpdates)
|
||||
->addKeywords({"bttv"})
|
||||
->addTo(layout);
|
||||
SettingWidget::checkbox("Send activity to BetterTTV", s.sendBTTVActivity)
|
||||
->setTooltip(
|
||||
"When enabled, Chatterino will signal an activity to BetterTTV "
|
||||
"when you send a chat message. This is used for badges, "
|
||||
" and personal emotes. When disabled, no activity "
|
||||
"is sent and others won't see your cosmetics.")
|
||||
->addKeywords({"bttv"})
|
||||
->addTo(layout);
|
||||
|
||||
SettingWidget::checkbox("Show FrankerFaceZ global emotes",
|
||||
s.enableFFZGlobalEmotes)
|
||||
@@ -1106,6 +1114,9 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
->addKeywords({"seventv"})
|
||||
->setTooltip("Badges for 7TV admins, developers, and supporters")
|
||||
->addTo(layout);
|
||||
SettingWidget::checkbox("BetterTTV", s.showBadgesBttv)
|
||||
->addKeywords({"bttv"})
|
||||
->addTo(layout);
|
||||
layout.addSeparator();
|
||||
SettingWidget::checkbox("Use custom FrankerFaceZ moderator badges",
|
||||
s.useCustomFfzModeratorBadges)
|
||||
|
||||
Reference in New Issue
Block a user