This commit is contained in:
辉鸭蛋 2024-09-29 01:49:51 +08:00
parent c69677b0bd
commit 889fdcfc66

View File

@ -183,6 +183,8 @@ namespace RevokeMsgPatcher
", "", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
if (result != DialogResult.Yes)
{
EnableAllButton(true);
btnRestore.Enabled = modifier.BackupExists();
return;
}
}