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:
parent
a8fd6c6ce8
commit
df8b7f52ce
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user