Delete res/layouts/pages/main.xml.lua

This commit is contained in:
LumperBumper 2024-11-19 19:17:45 +05:00 committed by GitHub
parent 58d2637e9d
commit bfab6c7ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +0,0 @@
function on_open()
local worlds = world.get_list()
for _, info in ipairs(worlds) do
document.worlds:add(gui.template("world", info))
end
end