mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-01 07:28:31 +00:00
Add a setting to disable fixing bad emotes. People are the worst.
This commit is contained in:
parent
8e364e7d84
commit
ac6663053f
3 changed files with 13 additions and 1 deletions
|
@ -291,6 +291,7 @@ export default class ChatHook extends Module {
|
|||
this.chat.context.on('changed:chat.lines.borders', this.updateLineBorders, this);
|
||||
this.chat.context.on('changed:chat.filtering.highlight-mentions', this.updateMentionCSS, this);
|
||||
this.chat.context.on('changed:chat.filtering.highlight-tokens', this.updateMentionCSS, this);
|
||||
this.chat.context.on('changed:chat.fix-bad-emotes', this.updateChatLines, this);
|
||||
|
||||
this.chat.context.on('changed:chat.lines.alternate', val => {
|
||||
this.css_tweaks.toggle('chat-rows', val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue