From 0328a3e47ed1c02b6bae13d08dd1b023895a2209 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Jul 2025 18:52:14 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index a2fd8e1..1d97d2e 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -45,7 +45,7 @@ local function gui_create(player) end do - local frame = player.gui.relative.add({type = 'frame', name = 'phi_cl_combinator_config', anchor = {gui = defines.relative_gui_type.constant_combinator_gui, position = defines.relative_gui_position.right, type = 'constant-combinator', name = 'super-combinator', ghost_mode = 'only_real'}}) + local frame = player.gui.relative.add({type = 'frame', name = 'phi_cl_combinator_config', anchor = {gui = defines.relative_gui_type.constant_combinator_gui, position = defines.relative_gui_position.right, name = 'super-combinator', ghost_mode = 'only_real'}}) local table = frame.add({type = 'table', name = 'default', column_count = 1, style = 'table'}) table.add({type = 'label', name = 'read_type', caption = {'gui-control-behavior-modes.read-contents'}, style = 'heading_2_label'}) local read_type_table = table.add({type = 'table', name = 'read_type_table', column_count = 2, style = 'table'})