Default window title progress updates on

This commit is contained in:
DepFA 2022-10-06 01:35:07 +01:00 committed by AUTOMATIC1111
parent c06298d1d0
commit fec71e4de2
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ options_templates.update(options_section(('ui', "User interface"), {
"font": OptionInfo("", "Font for image grids that have text"),
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),
"js_modal_lightbox_initialy_zoomed": OptionInfo(True, "Show images zoomed in by default in full page image viewer"),
"show_progress_in_title": OptionInfo(False, "Show generation progress in window title."),
"show_progress_in_title": OptionInfo(True, "Show generation progress in window title."),
}))
options_templates.update(options_section(('sampler-params', "Sampler parameters"), {