Fixed AN Depth values range

This commit is contained in:
LightSaveUs
2022-08-29 18:11:42 +03:00
committed by GitHub
parent b9b5a23834
commit a88452e17e

View File

@@ -485,7 +485,7 @@ gensettingstf = [
"unit": "int",
"label": "AN Depth",
"id": "singleline",
"min": 0,
"min": 1,
"max": 5,
"step": 1,
"default": 3,