1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00

AUP3: UP-18 - Closing Audacity is slower with UP-3.0.0

This commit is contained in:
Leland Lucius 2020-07-05 15:22:52 -05:00
parent 1777afa596
commit b96b8bccc1

View File

@ -1448,6 +1448,6 @@ void ProjectFileIO::Bypass(bool bypass)
bool ProjectFileIO::ShouldBypass()
{
return mBypass;
return mTemporary && mBypass;
}