jf-roku/components/home/Home.brs
2021-07-28 06:51:15 -04:00

12 lines
252 B
Plaintext

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