Basic Bot - default to >= operator for main value

This commit is contained in:
adelikat 2020-01-29 13:25:51 -06:00
parent 063e3b2a13
commit 285c251135
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ namespace BizHawk.Client.EmuHawk
Settings = new BasicBotSettings();
_comparisonBotAttempt = new BotAttempt();
MainOperator.SelectedItem = ">=";
}
#region UI Bindings