mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +00:00
4.20.86
* Fixed: Issue with emotes not appearing when the Large Emotes option is enabled but an emote has no high-DPI image available.
This commit is contained in:
parent
c03c2e48b5
commit
a6dc58562c
3 changed files with 28 additions and 15 deletions
|
@ -420,6 +420,16 @@ export default class ChatHook extends Module {
|
|||
}
|
||||
});
|
||||
|
||||
this.settings.add('chat.points.auto-rewards', {
|
||||
default: false,
|
||||
ui: {
|
||||
path: 'Chat > Channel Points >> Behavior',
|
||||
title: 'Automatically claim bonus rewards.',
|
||||
component: 'setting-check-box',
|
||||
force_seen: true
|
||||
}
|
||||
});
|
||||
|
||||
this.settings.add('chat.pin-resubs', {
|
||||
default: false,
|
||||
ui: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue