From 6b8e158dc174f31f0bb73d74547917f5a6fba507 Mon Sep 17 00:00:00 2001 From: yfszzx Date: Mon, 24 Oct 2022 11:03:51 +0800 Subject: [PATCH] remove cmd_opts --- scripts/images_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/images_history.py b/scripts/images_history.py index 34a2f38..9228e22 100644 --- a/scripts/images_history.py +++ b/scripts/images_history.py @@ -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():