mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +00:00
4.21.2
* 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:
parent
2f41f520af
commit
b685ed3ce7
11 changed files with 86 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue