Wire ToolHelpers.UpdateCheatRelatedTool() to the CheatList changed event handler

This commit is contained in:
adelikat 2013-12-21 17:25:52 +00:00
parent 8d680d79a5
commit 9a42da7bf1
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ namespace BizHawk.Client.EmuHawk
SetPauseStatusbarIcon(); SetPauseStatusbarIcon();
ToolHelpers.UpdateCheatRelatedTools(null, null); ToolHelpers.UpdateCheatRelatedTools(null, null);
RebootStatusBarIcon.Visible = false; RebootStatusBarIcon.Visible = false;
Global.CheatList.Changed += ToolHelpers.UpdateCheatRelatedTools;
} }
static MainForm() static MainForm()