Added support for Twitch Shared Chat

This commit is contained in:
nuttylmao
2025-03-30 12:29:39 +11:00
parent 2647afd6e5
commit 0703d47985
7 changed files with 78 additions and 12 deletions
+22
View File
@@ -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",