Merge 674c40790b
into 6960e99846
This commit is contained in:
commit
b4b6350ad9
|
@ -322,6 +322,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (item.Enabled && LuaImp.ScriptList.Contains(item))
|
||||
{
|
||||
RefreshLuaScript(item);
|
||||
if (!item.Enabled)
|
||||
{
|
||||
UpdateDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue