1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00
* 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:
SirStendec 2021-03-24 13:03:29 -04:00
parent c03c2e48b5
commit a6dc58562c
3 changed files with 28 additions and 15 deletions

View file

@ -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: {