mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 17:11:17 +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();
|
wxString pattern = wxT("*.") + FileNames::UnsavedProjectExtension();
|
||||||
FilePaths files;
|
FilePaths files;
|
||||||
|
|
||||||
wxDir::GetAllFiles(tempdir, &files, pattern, wxDIR_FILES);
|
// wxDir::GetAllFiles(tempdir, &files, pattern, wxDIR_FILES);
|
||||||
|
|
||||||
FilePaths active = ActiveProjects::GetAll();
|
FilePaths active = ActiveProjects::GetAll();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user