Lua Console - update dialog on Stop All Scripts
This commit is contained in:
parent
aa94ddccd5
commit
56bacf3032
BizHawk.Client.EmuHawk/tools/Lua
|
@ -1029,6 +1029,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void StopAllScriptsMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
LuaImp.ScriptList.StopAllScripts();
|
||||
UpdateDialog();
|
||||
}
|
||||
|
||||
private void RegisteredFunctionsMenuItem_Click(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue