tastudio: hide a few computer columns by default

This commit is contained in:
feos 2018-09-09 15:38:45 +03:00
parent 83f464528d
commit 1455e4cad7
1 changed files with 5 additions and 1 deletions

View File

@ -433,7 +433,11 @@ namespace BizHawk.Client.EmuHawk
|| c.Name == "Close"
|| c.Name == "Disc Select"
|| c.Name.StartsWith("Tilt")
|| c.Name.StartsWith("Key "));
|| c.Name.StartsWith("Key ")
|| c.Name.EndsWith("Tape")
|| c.Name.EndsWith("Disk")
|| c.Name.EndsWith("Block")
|| c.Name.EndsWith("Status"));
foreach (var column in columnsToHide)
{