mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-11 13:39:14 +02:00
gui fix
This commit is contained in:
parent
7524ca1ccb
commit
12361d8c9c
@ -366,7 +366,8 @@ local function clear_search_textfield(element, player, button)
|
||||
end
|
||||
|
||||
local function close_recipe_window(element, player, button)
|
||||
element.parent.parent.destroy()
|
||||
local recipe_window = player.gui.center["fjei_recipe_window"]
|
||||
if recipe_window then recipe_window.destroy() end
|
||||
end
|
||||
|
||||
local gui_actions = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user