Atari 2600 debugger - interim flag the menu item
This commit is contained in:
parent
ca6f993b7c
commit
9615ff7836
|
@ -3265,5 +3265,15 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
GlobalWin.Tools.Load<Atari2600Debugger>();
|
||||
}
|
||||
|
||||
private void AtariSubMenu_DropDownOpened(object sender, EventArgs e)
|
||||
{
|
||||
if (!VersionInfo.INTERIM)
|
||||
{
|
||||
Atari2600DebuggerMenuItem.Visible =
|
||||
toolStripSeparator31.Visible =
|
||||
false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue