mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
updates
This commit is contained in:
parent
172268788a
commit
94f63f131d
@ -276,6 +276,11 @@ end
|
||||
|
||||
local function draw_filters_table(event)
|
||||
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 t = frame.add {type = 'table', column_count = 8}
|
||||
|
Loading…
Reference in New Issue
Block a user