don't expose tastudio in release builds
This commit is contained in:
parent
7394044e00
commit
a9e6d984b2
|
@ -93,6 +93,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
NesDebuggerToolbarItem.Visible = VersionInfo.DeveloperBuild && Global.Emulator.SystemId == "NES";
|
||||
|
||||
TAStudioToolbarItem.Visible = VersionInfo.DeveloperBuild;
|
||||
}
|
||||
|
||||
private void SetSize()
|
||||
|
|
Loading…
Reference in New Issue