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