lua console - update script icons when an error occurrs that stops a script
This commit is contained in:
parent
a16973cbe9
commit
a574fab07f
|
@ -549,6 +549,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}, () =>
|
||||
{
|
||||
lf.Stop();
|
||||
LuaListView.Refresh();
|
||||
});
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Reference in New Issue