Basic Bot - update Run button status when loading a bot file

This commit is contained in:
adelikat 2016-10-06 10:59:57 -05:00
parent 15c1fafa48
commit 2d9fde1bed
1 changed files with 13 additions and 12 deletions

View File

@ -774,6 +774,7 @@ namespace BizHawk.Client.EmuHawk
Settings.RecentBotFiles.Add(CurrentFileName);
MessageLabel.Text = Path.GetFileNameWithoutExtension(path) + " loaded";
AssessRunButtonStatus();
return true;
}