Add config option to hide autocomplete UI options

Implements #57
This commit is contained in:
Dominik Reh
2022-11-01 13:50:34 +01:00
parent 61a97175a7
commit f8a9223c29
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
"img2img": true,
"negativePrompts": true
},
"hideUIOptions": false,
"maxResults": 5,
"resultStepLength": 500,
"delayTime": 100,