mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.32.2
* Added: Setting to limit the size of native Twitch emotes. Enabled by default.
This commit is contained in:
parent
6a7ac8c194
commit
370a579635
4 changed files with 27 additions and 5 deletions
|
@ -122,6 +122,16 @@ export default class Emotes extends Module {
|
|||
}
|
||||
});
|
||||
|
||||
this.settings.add('chat.emotes.limit-size', {
|
||||
default: true,
|
||||
ui: {
|
||||
path: 'Chat > Appearance >> Emotes',
|
||||
title: 'Limit Native Emote Size',
|
||||
description: 'Sometimes, really obnoxiously large emotes slip through the cracks and wind up on Twitch. This limits the size of Twitch emotes to mitigate the issue.',
|
||||
component: 'setting-check-box'
|
||||
}
|
||||
});
|
||||
|
||||
this.settings.add('chat.fix-bad-emotes', {
|
||||
default: true,
|
||||
ui: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue