mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added support for Twitch Shared Chat
This commit is contained in:
@@ -221,6 +221,28 @@
|
||||
"defaultValue": true,
|
||||
"group": "Which Twitch messages do you want to see?"
|
||||
},
|
||||
{
|
||||
"id": "showTwitchSharedChat",
|
||||
"label": "Shared Chat Messages",
|
||||
"description": "",
|
||||
"type": "select",
|
||||
"options": [
|
||||
{
|
||||
"value": 2,
|
||||
"label": "Show & Highlight"
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"label": "Show but do not highlight"
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"label": "Do not show"
|
||||
}
|
||||
],
|
||||
"defaultValue": 2,
|
||||
"group": "Which Twitch messages do you want to see?"
|
||||
},
|
||||
{
|
||||
"id": "showYouTubeMessages",
|
||||
"label": "Chat Messages",
|
||||
|
||||
Reference in New Issue
Block a user