allow Chroma slider to go to 0 to disable

This commit is contained in:
RossAscends
2023-05-28 18:53:55 +09:00
parent 6ab9e0f182
commit 0e0f490c98
2 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const defaultSettings = {
keep_context_step: 1,
n_results: 20,
n_results_min: 1,
n_results_min: 0,
n_results_max: 100,
n_results_step: 1,