mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
used different linebreaking as suggested from 23rd
This commit is contained in:
parent
f4ba61efc3
commit
d751d1939e
1 changed files with 1 additions and 1 deletions
|
@ -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 + "\nTwitch Emote"}, Url{}});
|
||||
Tooltip{name + "<br>Twitch Emote"}, Url{}});
|
||||
}
|
||||
|
||||
return shared;
|
||||
|
|
Loading…
Reference in a new issue