1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00
* Added: Option to disable rendering of emotes in chat.
* Fixed: Thumbnails not being hidden on the home page of Twitch in some recommendation categories.
This commit is contained in:
SirStendec 2021-04-27 16:23:19 -04:00
parent 2f41f520af
commit b685ed3ce7
11 changed files with 86 additions and 28 deletions

View file

@ -33,6 +33,7 @@ export default class Line extends Module {
}
onEnable() {
this.chat.context.on('changed:chat.emotes.enabled', this.updateLines, this);
this.chat.context.on('changed:chat.emotes.2x', this.updateLines, this);
this.chat.context.on('changed:chat.emotes.animated', this.updateLines, this);
this.chat.context.on('changed:chat.emoji.style', this.updateLines, this);