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

various tweaks and fixes

This commit is contained in:
Gerkiz
2021-02-13 13:04:22 +01:00
parent 307bbe5260
commit 84dead05f1
16 changed files with 162 additions and 65 deletions

View File

@@ -4,6 +4,7 @@ local Server = require 'utils.server'
local Color = require 'utils.color_presets'
local Event = require 'utils.event'
local Global = require 'utils.global'
local ComfyGui = require 'comfy_panel.main'
local Gui = require 'utils.gui'
local this = {
@@ -669,5 +670,6 @@ Event.add(
)
Public.bottom_guis_frame = bottom_guis_frame
ComfyGui.screen_to_bypass(bottom_guis_frame)
return Public