From 170603389c5d7971676700f632e921437dc1f019 Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 17 Apr 2025 05:16:33 +1000 Subject: [PATCH] Added "Show Messages" option --- multistream-alerts/settings/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/multistream-alerts/settings/settings.json b/multistream-alerts/settings/settings.json index 91fb921..3ab073c 100644 --- a/multistream-alerts/settings/settings.json +++ b/multistream-alerts/settings/settings.json @@ -149,6 +149,14 @@ "defaultValue": "align-to-bottom", "group": "General" }, + { + "id": "showMesesages", + "label": "Show Messages", + "description": "Such as donation messages, subscriber messages etc.", + "type": "checkbox", + "defaultValue": true, + "group": "General" + }, { "id": "showTwitchFollows", "label": "New Follows",