- Fixed createFrame bug
- Added custom XML/Attributes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user