From 63804f7475c2aa33fcde7f18f536e8b0c3104aed Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Wed, 24 Dec 2025 02:51:02 -0500 Subject: [PATCH] Prevent clear completed from wiping active project --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 947c10e..31a2680 100644 --- a/main.go +++ b/main.go @@ -1757,7 +1757,6 @@ func (s *appState) refreshQueueView() { }, func() { // onClear s.jobQueue.Clear() - s.clearVideo() // Always return to main menu after clearing if len(s.jobQueue.List()) == 0 {