tastudio: hide Power and Reset columns by default.
This commit is contained in:
parent
a998d472cf
commit
0949bcb1bb
|
@ -371,6 +371,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
Name = columnName,
|
||||
Text = columnText,
|
||||
Width = columnWidth,
|
||||
Visible = (columnName == "Power" || columnName == "Reset") ? false : true // hack to hide them by default. they are needed once per million years.
|
||||
};
|
||||
|
||||
TasView.AllColumns.Add(column);
|
||||
|
|
Loading…
Reference in New Issue