Merge pull request #116 from cewert/master
Fix background color on screensaver
This commit is contained in:
commit
1ee48e1734
|
@ -1,7 +1,7 @@
|
|||
function init()
|
||||
' backgroundUri must be set to an empty string before backgroundColor can be set
|
||||
m.top.backgroundUri = ""
|
||||
m.top.backgroundColor = &h000000
|
||||
m.top.backgroundColor = "#000000"
|
||||
|
||||
m.PosterOne = m.top.findNode("PosterOne")
|
||||
m.PosterOne.uri = "pkg:/images/logo.png"
|
||||
|
|
Loading…
Reference in New Issue
Block a user