vectrex - hide settings tab since there are no settings

This commit is contained in:
adelikat 2020-01-25 15:13:03 -06:00
parent 3b5d0ab231
commit e9be088105
1 changed files with 1 additions and 1 deletions
BizHawk.Client.EmuHawk

View File

@ -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