Update RecoveryWindow.cpp

This commit is contained in:
DavidXanatos 2022-07-22 21:56:52 +02:00
parent 2d9f10808a
commit 22931a1d7c
1 changed files with 2 additions and 1 deletions

View File

@ -243,7 +243,8 @@ void CRecoveryWindow::OnDelete()
void CRecoveryWindow::OnDeleteAll()
{
accept();
this->setResult(1);
this->close();
}
void CRecoveryWindow::OnDeleteEverything()