fixed tooltip on twitch emotes in a cheesy fasion
This commit is contained in:
@@ -53,7 +53,7 @@ EmotePtr TwitchEmotes::getOrCreateEmote(const EmoteId &id,
|
||||
Image::fromUrl(getEmoteLink(id, "2.0"), 0.5),
|
||||
Image::fromUrl(getEmoteLink(id, "3.0"), 0.25),
|
||||
},
|
||||
Tooltip{name}, Url{}});
|
||||
Tooltip{name + "\nTwitch Emote"}, Url{}});
|
||||
}
|
||||
|
||||
return shared;
|
||||
|
||||
Reference in New Issue
Block a user