Make "Stop all scripts" behave the same as toggling them off
This commit is contained in:
parent
817b258a79
commit
50fc7e28da
|
@ -1058,7 +1058,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void StopAllScriptsMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
LuaImp.ScriptList.StopAllScripts();
|
||||
foreach (var file in LuaImp.ScriptList)
|
||||
{
|
||||
DisableLuaScript(file);
|
||||
}
|
||||
UpdateDialog();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue