remove cmd_opts

pull/3/head
yfszzx 2022-10-24 11:03:51 +08:00
parent 877e9015b2
commit 6b8e158dc1
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ def on_ui_tabs():
gr.Checkbox(opts.images_history_preload, elem_id="images_history_preload", visible=False)
gr.Textbox(",".join(tabs_list), elem_id="images_history_tabnames_list", visible=False)
return (images_history , "Image Browser", "images_history")
return (images_history , "Image Browser", "images_history"),
def on_ui_settings():