Merge pull request #116 from cewert/master

Fix background color on screensaver
This commit is contained in:
Charles Ewert 2020-02-20 21:17:30 -05:00 committed by GitHub
commit 1ee48e1734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"