Fix stupid test

This commit is contained in:
Leland Lucius 2020-07-05 16:05:43 -05:00
parent b96b8bccc1
commit 22e90cbf72
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
wxOK | wxICON_ERROR);
m.ShowModal();
if (!project.mBatchMode == 0)
if (project.mBatchMode)
{
return false;
}