feat: show BTTV Pro badges (#6625)

Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
nerix
2025-12-07 15:15:58 +01:00
committed by GitHub
parent ab8e0751b1
commit 0aff6fbe83
31 changed files with 394 additions and 82 deletions
+11
View File
@@ -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)