1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 16:20:05 +02:00

AUP3: Let's try using just the active projects list

This commit is contained in:
Leland Lucius 2020-07-23 21:30:09 -05:00
parent a8fd6c6ce8
commit df8b7f52ce

View File

@ -138,7 +138,7 @@ void AutoRecoveryDialog::PopulateList()
wxString pattern = wxT("*.") + FileNames::UnsavedProjectExtension();
FilePaths files;
wxDir::GetAllFiles(tempdir, &files, pattern, wxDIR_FILES);
// wxDir::GetAllFiles(tempdir, &files, pattern, wxDIR_FILES);
FilePaths active = ActiveProjects::GetAll();