fixed tooltip on twitch emotes in a cheesy fasion

This commit is contained in:
apa420
2018-09-20 22:17:11 +02:00
committed by pajlada
parent 579c6b9bf9
commit f4ba61efc3
+1 -1
View File
@@ -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;