Convert player list, data, module, and vlayer

This commit is contained in:
Cooldude2606
2025-01-26 21:35:15 +00:00
parent 81c1e17429
commit a2b4fd119b
11 changed files with 363 additions and 300 deletions

View File

@@ -168,7 +168,7 @@ elements.header = ExpGui.element("container_header")
}
end
return elements.aligned_flow(subframe, { name = "flow" })
return opts.no_flow and subframe or elements.aligned_flow(subframe, { name = "flow" })
end)
--- A footer frame within a container
@@ -187,7 +187,7 @@ elements.footer = ExpGui.element("container_footer")
}
end
return elements.aligned_flow(subframe, { name = "flow" })
return opts.no_flow and subframe or elements.aligned_flow(subframe, { name = "flow" })
end)
return elements