mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
remove restriction for saving dropdowns to ui-config.json
This commit is contained in:
parent
5265918b46
commit
3246a2d6b8
2 changed files with 2 additions and 9 deletions
|
|
@ -290,7 +290,6 @@ class ScriptRunner:
|
|||
script.group = group
|
||||
|
||||
dropdown = gr.Dropdown(label="Script", elem_id="script_list", choices=["None"] + self.titles, value="None", type="index")
|
||||
dropdown.save_to_config = True
|
||||
inputs[0] = dropdown
|
||||
|
||||
for script in self.selectable_scripts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue