Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/processors/video_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1969,9 +1969,6 @@ def stop_processing(self) -> bool:
self.recording = False
self.triggered_by_job_manager = False
self.active_output_folder = ""
# Disarm the batch recognition flag to prevent UI side-effects after an abort
if hasattr(self.main_window, "force_recognition_in_batch"):
self.main_window.force_recognition_in_batch = False
self._cancel_single_frame_preview_state()

# 2. Stop utility timers and audio
Expand Down
Loading