1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

conflicts....

This commit is contained in:
hanakocz 2020-04-18 20:42:42 +02:00 committed by GitHub
parent b66f9df935
commit cba9bc38b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,8 +82,8 @@ local function on_gui_click(event)
end
end
comfy_panel_tabs["Config"] = {gui = build_config_gui, admin = false}
comfy_panel_tabs["Config"] = build_config_gui
local event = require 'utils.event'
event.add(defines.events.on_gui_click, on_gui_click)
event.add(defines.events.on_gui_click, on_gui_click)