mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Bug 2707 - Opened projects not being removed from "audacity.cfg"
This commit is contained in:
@@ -165,6 +165,10 @@ void AutoRecoveryDialog::PopulateList()
|
||||
files.push_back(fullPath);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ActiveProjects::Remove(file);
|
||||
}
|
||||
}
|
||||
|
||||
FilePath activeFile;
|
||||
|
||||
Reference in New Issue
Block a user