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
-6
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