Prevent clear completed from wiping active project

This commit is contained in:
Stu Leak 2025-12-24 02:51:02 -05:00
parent 3077e50a68
commit d50a582b80

View File

@ -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 {