From 3c1f810e56f3e983eaf07b265fdacc9634c31cea Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Mon, 21 Jul 2025 11:39:56 +1000 Subject: [PATCH] I removed the double 0, which is a really big problem and I'm glad I solved that now. Thanks ciuphus! --- multichat-overlay/settings/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multichat-overlay/settings/settings.json b/multichat-overlay/settings/settings.json index b144980..791db33 100644 --- a/multichat-overlay/settings/settings.json +++ b/multichat-overlay/settings/settings.json @@ -126,7 +126,7 @@ "label": "Background Opacity", "description": "", "type": "number", - "defaultValue": "00", + "defaultValue": "0", "min": 0, "max": 1, "step": ".01",