mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 00:23:32 +02:00
AUP3: Let's try using just the active projects list
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user