mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user