mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 14:50:56 +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
|
@ -716,7 +716,7 @@ export const TwitchEmotes = {
|
|||
let src, srcSet;
|
||||
|
||||
const replacement = REPLACEMENTS[e_id];
|
||||
if ( replacement ) {
|
||||
if ( replacement && this.context.get('chat.fix-bad-emotes') ) {
|
||||
src = `${REPLACEMENT_BASE}${replacement}`;
|
||||
srcSet = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue