1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
This commit is contained in:
grilledham 2018-05-22 01:02:47 +01:00
parent 172268788a
commit 94f63f131d

View File

@ -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}