Added a "Hide Action" setting

This commit is contained in:
nuttylmao
2025-05-05 02:02:04 +10:00
parent 2f31fd547f
commit 1a2f633cdb
2 changed files with 29 additions and 8 deletions
+11 -3
View File
@@ -204,9 +204,17 @@
"group": "General"
},
{
"id": "globalAction",
"label": "Streamer.bot Action",
"description": "Run this Streamer.bot Action on every alert",
"id": "globalShowAction",
"label": "Show Action",
"description": "Run this Streamer.bot Action at the start of every alert",
"type": "sb-actions",
"defaultValue": "",
"group": "General"
},
{
"id": "globalHideAction",
"label": "Hide Action",
"description": "Run this Streamer.bot Action at the end of every alert",
"type": "sb-actions",
"defaultValue": "",
"group": "General"