fix: use static version of 7tv badges (#5674)

This commit is contained in:
pajlada
2024-10-24 10:26:20 +02:00
committed by GitHub
parent 9e8281b75b
commit f66bc37368
4 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ void SeventvBadges::registerBadge(const QJsonObject &badgeJson)
auto emote = Emote{
.name = EmoteName{},
.images = SeventvEmotes::createImageSet(badgeJson),
.images = SeventvEmotes::createImageSet(badgeJson, true),
.tooltip = Tooltip{badgeJson["tooltip"].toString()},
.homePage = Url{},
.id = EmoteId{badgeID},