jf-roku/components/home/Home.brs

12 lines
260 B
Plaintext
Raw Normal View History

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