1
0
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:
Leland Lucius 2021-03-23 12:43:46 -05:00
parent 5d28d6989e
commit 95a7fc6362

View File

@ -165,6 +165,10 @@ void AutoRecoveryDialog::PopulateList()
files.push_back(fullPath);
}
}
else
{
ActiveProjects::Remove(file);
}
}
FilePath activeFile;