Skip to content

Commit 1cb03c5

Browse files
authored
Enabled select/deselect all option for checkboxgroup in eval tab (#825)
1 parent c4e8b04 commit 1cb03c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

birdnet_analyzer/gui/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ def select_directory_on_empty(): # Nishant - Function modified for For Folder s
453453
info=loc.localize("eval-tab-select-classes-checkboxgroup-info"),
454454
interactive=True,
455455
elem_classes="custom-checkbox-group",
456+
show_select_all=True,
456457
)
457458

458459
with gr.Column():
@@ -463,6 +464,7 @@ def select_directory_on_empty(): # Nishant - Function modified for For Folder s
463464
info=loc.localize("eval-tab-select-recordings-checkboxgroup-info"),
464465
interactive=True,
465466
elem_classes="custom-checkbox-group",
467+
show_select_all=True,
466468
)
467469

468470
# ----------------------- Parameters Box -----------------------

0 commit comments

Comments
 (0)