Prevent clear completed from wiping active project

This commit is contained in:
Stu Leak 2025-12-24 02:51:02 -05:00
parent e84dfd5eed
commit 63804f7475

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 {