fix: Others / subdir function

pull/237/head
AlUlkesh 2023-08-24 21:07:32 +02:00
parent a48f65350d
commit 74ad7d57ff
1 changed files with 2 additions and 2 deletions

View File

@ -1452,8 +1452,8 @@ def create_tab(tab: ImageBrowserTab, current_gr_tab: gr.Tab):
show_progress=opts.image_browser_show_progress
)
img_path_subdirs.change(
fn=change_dir,
inputs=[warning_box, img_path_subdirs, path_recorder, load_switch, img_path_browser, img_path_depth, img_path],
fn=change_dir_dropdown,
inputs=[img_path_subdirs, path_recorder, load_switch, img_path_browser, img_path_depth],
outputs=change_dir_outputs,
show_progress=opts.image_browser_show_progress
)