Prevent clear completed from wiping active project
This commit is contained in:
parent
3077e50a68
commit
d50a582b80
1 changed files with 0 additions and 1 deletions
1
main.go
1
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue