mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
AUP3: UP-18 - Closing Audacity is slower with UP-3.0.0
This commit is contained in:
@@ -1448,6 +1448,6 @@ void ProjectFileIO::Bypass(bool bypass)
|
||||
|
||||
bool ProjectFileIO::ShouldBypass()
|
||||
{
|
||||
return mBypass;
|
||||
return mTemporary && mBypass;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user