diff --git a/src/AutoRecoveryDialog.cpp b/src/AutoRecoveryDialog.cpp index 53d721060..7c71da5b4 100644 --- a/src/AutoRecoveryDialog.cpp +++ b/src/AutoRecoveryDialog.cpp @@ -165,6 +165,10 @@ void AutoRecoveryDialog::PopulateList() files.push_back(fullPath); } } + else + { + ActiveProjects::Remove(file); + } } FilePath activeFile;