Made emote tooltips use author's displayName consistently (#2267)

This commit is contained in:
Paweł
2020-12-12 16:15:49 +01:00
committed by GitHub
parent dcebcd4456
commit 155b40985b
5 changed files with 27 additions and 18 deletions
+4 -3
View File
@@ -68,7 +68,7 @@ namespace {
auto emote = Emote();
fillInEmoteData(urls, name,
name.string + "<br/>Global FFZ Emote", emote);
name.string + "<br>Global FFZ Emote", emote);
emote.homePage =
Url{QString("https://www.frankerfacez.com/emoticon/%1-%2")
.arg(id.string)
@@ -137,8 +137,9 @@ namespace {
Emote emote;
fillInEmoteData(urls, name,
name.string + "<br/>Channel FFZ Emote" +
"<br />By: " + author.string,
QString("%1<br>Channel FFZ Emote<br>By: %2")
.arg(name.string)
.arg(author.string),
emote);
emote.homePage =
Url{QString("https://www.frankerfacez.com/emoticon/%1-%2")