Skip to content

Commit c63cc57

Browse files
gbeaneCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 08b6558 commit c63cc57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jabs/ui/main_window/menu_handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ def on_bbox_overlay_support_changed(self, supported: bool) -> None:
467467
self.window._central_widget.id_overlay_mode = PlayerWidget.IdentityOverlayMode.FLOATING
468468
self.window._identity_overlay_floating.setChecked(True)
469469

470-
self.window._identity_overlay_bbox.setEnabled(supported)
471-
472470
# ========== Helper Methods ==========
473471

474472
def move_files_to_recycle_bin_with_delete_fallback(self, files: set[Path]) -> None:

0 commit comments

Comments
 (0)