- Fixed createFrame bug

- Added custom XML/Attributes
This commit is contained in:
Robert Jelic
2025-03-29 03:47:01 +01:00
parent d06bd74b90
commit c341eea972
3 changed files with 20 additions and 8 deletions

View File

@@ -98,6 +98,10 @@ end
function basalt.createFrame()
local frame = basalt.create("BaseFrame")
frame:postInit()
if(main==nil)then
main = tostring(term.current())
basalt.setActiveFrame(frame, true)
end
return frame
end