fix: update emote picker labels to use 7TV naming (#4405)
This commit is contained in:
@@ -493,7 +493,7 @@ void EmotePopup::filterTwitchEmotes(std::shared_ptr<Channel> searchChannel,
|
|||||||
}
|
}
|
||||||
if (!seventvGlobalEmotes.empty())
|
if (!seventvGlobalEmotes.empty())
|
||||||
{
|
{
|
||||||
addEmotes(*searchChannel, seventvGlobalEmotes, "SevenTV (Global)",
|
addEmotes(*searchChannel, seventvGlobalEmotes, "7TV (Global)",
|
||||||
MessageElementFlag::SevenTVEmote);
|
MessageElementFlag::SevenTVEmote);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -522,7 +522,7 @@ void EmotePopup::filterTwitchEmotes(std::shared_ptr<Channel> searchChannel,
|
|||||||
}
|
}
|
||||||
if (!seventvChannelEmotes.empty())
|
if (!seventvChannelEmotes.empty())
|
||||||
{
|
{
|
||||||
addEmotes(*searchChannel, seventvChannelEmotes, "SevenTV (Channel)",
|
addEmotes(*searchChannel, seventvChannelEmotes, "7TV (Channel)",
|
||||||
MessageElementFlag::SevenTVEmote);
|
MessageElementFlag::SevenTVEmote);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user