gallery optimizations

This commit is contained in:
Vladimir Mandic
2024-03-23 14:46:55 -04:00
parent a8677f5d85
commit dc9c60e174
10 changed files with 221 additions and 35 deletions
+2 -1
View File
@@ -529,7 +529,8 @@ options_templates.update(options_section(('saving-images', "Image Options"), {
"font": OptionInfo("", "Font file"),
"font_color": OptionInfo("#FFFFFF", "Font color", gr.ColorPicker, {}),
"image_sep_browser": OptionInfo("<h2>Image Browser</h2>", "", gr.HTML),
"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_fixed_width": OptionInfo(False, "Use fixed with thumbnails"),
"viewer_show_metadata": OptionInfo(True, "Show metadata in full screen image browser"),