mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix Global FFZ emotes in Emote Popup (#663)
There was two instances of Global BTTV emotes. Changed the second instance to Global FFZ emotes.
This commit is contained in:
parent
1ec1ecd52b
commit
7ff4f12257
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void EmotePopup::loadChannel(ChannelPtr _channel)
|
||||||
// global
|
// global
|
||||||
addEmotes(*globalChannel, *twitchChannel->globalBttv().emotes(),
|
addEmotes(*globalChannel, *twitchChannel->globalBttv().emotes(),
|
||||||
"BetterTTV");
|
"BetterTTV");
|
||||||
addEmotes(*globalChannel, *twitchChannel->globalBttv().emotes(),
|
addEmotes(*globalChannel, *twitchChannel->globalFfz().emotes(),
|
||||||
"FrankerFaceZ");
|
"FrankerFaceZ");
|
||||||
|
|
||||||
// channel
|
// channel
|
||||||
|
|
Loading…
Reference in a new issue