Merge pull request #4625 from awsr/gallery-auto-refresh

Gallery: Add auto-update setting and functionality
This commit is contained in:
Vladimir Mandic
2026-02-06 13:07:41 +01:00
committed by GitHub
2 changed files with 54 additions and 3 deletions
+1
View File
@@ -535,6 +535,7 @@ options_templates.update(options_section(('saving-images', "Image Options"), {
"image_sep_browser": OptionInfo("<h2>Image Gallery</h2>", "", gr.HTML),
"browser_cache": OptionInfo(True, "Use image gallery cache"),
"browser_folders": OptionInfo("", "Additional image browser folders"),
"browser_gallery_autoupdate": OptionInfo(False, "Automatically update when switching to the gallery"),
"browser_fixed_width": OptionInfo(False, "Use fixed width thumbnails"),
"viewer_show_metadata": OptionInfo(True, "Show metadata in full screen image browser"),