fix: properly display global badges for anon users (#5599)

This commit is contained in:
nerix
2024-09-28 12:12:13 +02:00
committed by GitHub
parent c4df31a226
commit edf18a7a0f
5 changed files with 76 additions and 45 deletions
+3 -1
View File
@@ -46,7 +46,9 @@ public:
void loadTwitchBadges();
private:
void parseTwitchBadges(QJsonObject root);
/// Loads the badges shipped with Chatterino (twitch-badges.json)
void loadLocalBadges();
void loaded();
void loadEmoteImage(const QString &name, const ImagePtr &image,
BadgeIconCallback &&callback);