Basic Bot - update Run button status when loading a bot file
This commit is contained in:
parent
15c1fafa48
commit
2d9fde1bed
|
@ -774,6 +774,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
Settings.RecentBotFiles.Add(CurrentFileName);
|
Settings.RecentBotFiles.Add(CurrentFileName);
|
||||||
MessageLabel.Text = Path.GetFileNameWithoutExtension(path) + " loaded";
|
MessageLabel.Text = Path.GetFileNameWithoutExtension(path) + " loaded";
|
||||||
|
|
||||||
|
AssessRunButtonStatus();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue