From d751d1939e10848cecc24a468bf05e87bae06c11 Mon Sep 17 00:00:00 2001 From: apa420 Date: Fri, 21 Sep 2018 11:23:00 +0200 Subject: [PATCH] used different linebreaking as suggested from 23rd --- src/providers/twitch/TwitchEmotes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/twitch/TwitchEmotes.cpp b/src/providers/twitch/TwitchEmotes.cpp index 4faac3433..80a249b71 100644 --- a/src/providers/twitch/TwitchEmotes.cpp +++ b/src/providers/twitch/TwitchEmotes.cpp @@ -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 + "
Twitch Emote"}, Url{}}); } return shared;