Skip to content

Commit 889fdcf

Browse files
committed
fixed #782
1 parent c69677b commit 889fdcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RevokeMsgPatcher/FormMain.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ c. 部分历史消息无法防撤回;
183183
点击确定继续,点击取消重新选择!", "功能选择提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
184184
if (result != DialogResult.Yes)
185185
{
186+
EnableAllButton(true);
187+
btnRestore.Enabled = modifier.BackupExists();
186188
return;
187189
}
188190
}

0 commit comments

Comments
 (0)