vectrex - hide settings tab since there are no settings
This commit is contained in:
parent
3b5d0ab231
commit
e9be088105
|
@ -2544,7 +2544,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
private void VectrexSettingsMenuItem_Click(object sender, EventArgs e)
|
private void VectrexSettingsMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
GenericCoreConfig.DoDialog(this, "Vectrex Settings");
|
GenericCoreConfig.DoDialog(this, "Vectrex Settings", true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue