This commit is contained in:
PreLeyZero 2024-02-23 16:54:03 +01:00
parent c378fb7bf0
commit 7f91fba0d8
3 changed files with 10 additions and 1 deletions

View file

@ -603,6 +603,10 @@ function gui.on_change(e)
end
end
if not e.element.valid then
return
end
local parent_gui = e.element.tags.parent_gui
local action = e.element.tags.action
if parent_gui == "248k_migration_notice" then