mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-26 20:48:30 +00:00
4.19.1
* Added: Setting to disallow polls from being displayed in chat. * Fixed: Polls not being displayed in chat. (Somehow, the setting got erased from the previous release.)
This commit is contained in:
parent
98328cfcb5
commit
0507300387
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.19.0",
|
"version": "4.19.1",
|
||||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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', {
|
this.settings.add('chat.community-chest.show', {
|
||||||
default: true,
|
default: true,
|
||||||
ui: {
|
ui: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue