fix: override broken base sizes & scales for some Twitch emotes (#5279)

This commit is contained in:
pajlada
2024-03-30 14:24:47 +01:00
committed by GitHub
parent 69bdac9936
commit 2f534dc6da
3 changed files with 398 additions and 11 deletions
-1
View File
@@ -52,7 +52,6 @@ public:
const EmoteName &name) override;
private:
Url getEmoteLink(const EmoteId &id, const QString &emoteScale);
UniqueAccess<std::unordered_map<EmoteId, std::weak_ptr<Emote>>>
twitchEmotesCache_;
};