This commit is contained in:
kalimag 2025-07-24 09:14:58 -07:00 committed by GitHub
commit b4b6350ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -322,6 +322,10 @@ namespace BizHawk.Client.EmuHawk
if (item.Enabled && LuaImp.ScriptList.Contains(item))
{
RefreshLuaScript(item);
if (!item.Enabled)
{
UpdateDialog();
}
}
}