Wire ToolHelpers.UpdateCheatRelatedTool() to the CheatList changed event handler
This commit is contained in:
parent
8d680d79a5
commit
9a42da7bf1
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue