mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
updates
This commit is contained in:
@@ -276,6 +276,11 @@ end
|
|||||||
|
|
||||||
local function draw_filters_table(event)
|
local function draw_filters_table(event)
|
||||||
local center = event.player.gui.center
|
local center = event.player.gui.center
|
||||||
|
|
||||||
|
if center[filters_table_name] then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
local frame = center.add {type = 'frame', name = filters_table_name, direction = 'vertical', caption = 'Set Filter'}
|
local frame = center.add {type = 'frame', name = filters_table_name, direction = 'vertical', caption = 'Set Filter'}
|
||||||
|
|
||||||
local t = frame.add {type = 'table', column_count = 8}
|
local t = frame.add {type = 'table', column_count = 8}
|
||||||
|
|||||||
Reference in New Issue
Block a user