I removed the double 0, which is a really big problem and I'm glad I solved that now. Thanks ciuphus!

This commit is contained in:
nuttylmao
2025-07-21 11:39:56 +10:00
parent 9326a1802d
commit 3c1f810e56
+1 -1
View File
@@ -126,7 +126,7 @@
"label": "Background Opacity", "label": "Background Opacity",
"description": "", "description": "",
"type": "number", "type": "number",
"defaultValue": "00", "defaultValue": "0",
"min": 0, "min": 0,
"max": 1, "max": 1,
"step": ".01", "step": ".01",