Prevent clear completed from wiping active project
This commit is contained in:
parent
e84dfd5eed
commit
63804f7475
1
main.go
1
main.go
|
|
@ -1757,7 +1757,6 @@ func (s *appState) refreshQueueView() {
|
||||||
},
|
},
|
||||||
func() { // onClear
|
func() { // onClear
|
||||||
s.jobQueue.Clear()
|
s.jobQueue.Clear()
|
||||||
s.clearVideo()
|
|
||||||
|
|
||||||
// Always return to main menu after clearing
|
// Always return to main menu after clearing
|
||||||
if len(s.jobQueue.List()) == 0 {
|
if len(s.jobQueue.List()) == 0 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user