Skip to content

Commit 28e6d4a

Browse files
committed
add element ids for save buttons for #3798
1 parent 1233bec commit 28e6d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def open_folder(f):
620620
with gr.Column():
621621
with gr.Row():
622622
if tabname != "extras":
623-
save = gr.Button('Save')
623+
save = gr.Button('Save', elem_id=f'save_{tabname}')
624624

625625
buttons = parameters_copypaste.create_buttons(["img2img", "inpaint", "extras"])
626626
button_id = "hidden_element" if shared.cmd_opts.hide_ui_dir_config else 'open_folder'

0 commit comments

Comments
 (0)