jf-roku/components/home/Home.brs
2020-12-08 15:56:13 +00:00

12 lines
260 B
Plaintext

sub init()
m.top.overhangTitle = "Home"
m.top.optionsAvailable = true
end sub
function refresh()
m.top.findNode("homeRows").callFunc("updateHomeRows")
end function
function loadLibraries()
m.top.findNode("homeRows").callFunc("loadLibraries")
end function