Closed lithorus closed 1 week ago
This is a small fix to not lock the UI when using preview in cuegui when using software that does not detach itself from the console. It changes it from using subprocess.check_call to subprocess.Popen
subprocess.check_call
subprocess.Popen
Fixes #1568
Approved.
Thanks, @lithorus !
I also validated the new solution in the itView viewer (SPI), which works fine.
This is a small fix to not lock the UI when using preview in cuegui when using software that does not detach itself from the console. It changes it from using
subprocess.check_call
tosubprocess.Popen
Fixes #1568