mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed tooltip on twitch emotes in a cheesy fasion
This commit is contained in:
parent
579c6b9bf9
commit
f4ba61efc3
|
@ -53,7 +53,7 @@ EmotePtr TwitchEmotes::getOrCreateEmote(const EmoteId &id,
|
||||||
Image::fromUrl(getEmoteLink(id, "2.0"), 0.5),
|
Image::fromUrl(getEmoteLink(id, "2.0"), 0.5),
|
||||||
Image::fromUrl(getEmoteLink(id, "3.0"), 0.25),
|
Image::fromUrl(getEmoteLink(id, "3.0"), 0.25),
|
||||||
},
|
},
|
||||||
Tooltip{name}, Url{}});
|
Tooltip{name + "\nTwitch Emote"}, Url{}});
|
||||||
}
|
}
|
||||||
|
|
||||||
return shared;
|
return shared;
|
||||||
|
|
Loading…
Reference in a new issue