mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-21 12:02:32 -08:00
Merge pull request #3691 from xmodar/arabic
Revamped Arabic localization
This commit is contained in:
commit
f3454b8a6b
3 changed files with 398 additions and 425 deletions
|
|
@ -236,7 +236,7 @@ class ScriptRunner:
|
|||
with gr.Group():
|
||||
create_script_ui(script, inputs, inputs_alwayson)
|
||||
|
||||
dropdown = gr.Dropdown(label="Script", choices=["None"] + self.titles, value="None", type="index")
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue