mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Bug 2707 - Opened projects not being removed from "audacity.cfg"
This commit is contained in:
parent
5d28d6989e
commit
95a7fc6362
@ -165,6 +165,10 @@ void AutoRecoveryDialog::PopulateList()
|
||||
files.push_back(fullPath);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
ActiveProjects::Remove(file);
|
||||
}
|
||||
}
|
||||
|
||||
FilePath activeFile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user