fixed #782
This commit is contained in:
@@ -183,6 +183,8 @@ namespace RevokeMsgPatcher
|
|||||||
点击确定继续,点击取消重新选择!", "功能选择提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
|
点击确定继续,点击取消重新选择!", "功能选择提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
|
||||||
if (result != DialogResult.Yes)
|
if (result != DialogResult.Yes)
|
||||||
{
|
{
|
||||||
|
EnableAllButton(true);
|
||||||
|
btnRestore.Enabled = modifier.BackupExists();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user