mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-07-07 15:56:08 +08:00
fixed #782
This commit is contained in:
parent
c69677b0bd
commit
889fdcfc66
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user