You've already forked ComfyFactorio
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user