diff --git a/package.json b/package.json index 9a7cd21f..55e405b5 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.19.0", + "version": "4.19.1", "description": "FrankerFaceZ is a Twitch enhancement suite.", "license": "Apache-2.0", "scripts": { diff --git a/src/sites/twitch-twilight/modules/chat/index.js b/src/sites/twitch-twilight/modules/chat/index.js index a23cad01..0a31f110 100644 --- a/src/sites/twitch-twilight/modules/chat/index.js +++ b/src/sites/twitch-twilight/modules/chat/index.js @@ -274,6 +274,15 @@ export default class ChatHook extends Module { } }); + this.settings.add('chat.banners.polls', { + default: true, + ui: { + path: 'Chat > Appearance >> Community', + title: 'Allow Polls to be displayed in chat.', + component: 'setting-check-box' + } + }); + this.settings.add('chat.community-chest.show', { default: true, ui: {