Skip to content

Commit

Permalink
fixed #782
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Sep 28, 2024
1 parent c69677b commit 889fdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RevokeMsgPatcher/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ c. 部分历史消息无法防撤回;
点击确定继续,点击取消重新选择!", "功能选择提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
if (result != DialogResult.Yes)
{
EnableAllButton(true);
btnRestore.Enabled = modifier.BackupExists();
return;
}
}
Expand Down

0 comments on commit 889fdcf

Please sign in to comment.