Skip to content

Commit c6165b8

Browse files
author
adelikat
committed
Path Config - clean up interim vs release logic
1 parent cdc9459 commit c6165b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BizHawk.MultiClient/config/PathConfig.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ private void PathConfig_Load(object sender, EventArgs e)
143143

144144
if (!Global.MainForm.INTERIM)
145145
{
146-
var TABPage1 = tabControl1.TabPages[8]; //Hide Atari
146+
var TABPage1 = tabControl1.TabPages[10]; //Hide Int. V
147147
tabControl1.Controls.Remove(TABPage1);
148-
148+
var TABPage2 = tabControl1.TabPages[9]; //Hide Atari
149+
tabControl1.Controls.Remove(TABPage2);
149150
}
150151
}
151152

0 commit comments

Comments
 (0)