Skip to content

Commit

Permalink
Default
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren6 committed Jul 6, 2023
1 parent 84d9723 commit ffc8873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions FishBench/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public MainForm()
int.TryParse(settings["amount_test"], out result);
try { amountTestNumeric.Value = result; }
catch { amountTestNumeric.Value = 5; }
if (settings["bench_command"] == "")
benchCommandText.Text = "bench";
t = new Tester();
initHtml();
}
Expand Down

0 comments on commit ffc8873

Please sign in to comment.