We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e8b04 commit 1cb03c5Copy full SHA for 1cb03c5
1 file changed
birdnet_analyzer/gui/evaluation.py
@@ -453,6 +453,7 @@ def select_directory_on_empty(): # Nishant - Function modified for For Folder s
453
info=loc.localize("eval-tab-select-classes-checkboxgroup-info"),
454
interactive=True,
455
elem_classes="custom-checkbox-group",
456
+ show_select_all=True,
457
)
458
459
with gr.Column():
@@ -463,6 +464,7 @@ def select_directory_on_empty(): # Nishant - Function modified for For Folder s
463
464
info=loc.localize("eval-tab-select-recordings-checkboxgroup-info"),
465
466
467
468
469
470
# ----------------------- Parameters Box -----------------------
0 commit comments