Commit 28e6d4a5 authored by AUTOMATIC's avatar AUTOMATIC

add element ids for save buttons for #3798

parent 1233bec1
......@@ -620,7 +620,7 @@ Requested path was: {f}
with gr.Column():
with gr.Row():
if tabname != "extras":
save = gr.Button('Save')
save = gr.Button('Save', elem_id=f'save_{tabname}')
buttons = parameters_copypaste.create_buttons(["img2img", "inpaint", "extras"])
button_id = "hidden_element" if shared.cmd_opts.hide_ui_dir_config else 'open_folder'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment