From df9dad5c7e50f225959c784a33dba8028c2daaf3 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Fri, 2 Jan 2026 02:17:07 -0800 Subject: [PATCH] Add attachment point for non-ModernUI --- modules/ui_gallery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui_gallery.py b/modules/ui_gallery.py index 283b720a8..f22bc1a1a 100644 --- a/modules/ui_gallery.py +++ b/modules/ui_gallery.py @@ -68,6 +68,7 @@ def create_ui(): sort_buttons.append(ToolButton(value=ui_symbols.sort_time_dsc, elem_classes=['gallery-sort'])) gr.Textbox(show_label=False, placeholder='Search', elem_id='tab-gallery-search') gr.HTML('', elem_id='tab-gallery-status') + gr.HTML('', elem_id='tab-gallery-progress') for btn in sort_buttons: btn.click(fn=None, _js='gallerySort', inputs=[btn], outputs=[]) with gr.Row():