diff --git a/components/home/Home.brs b/components/home/Home.brs index ea72fbca..bc951c1a 100644 --- a/components/home/Home.brs +++ b/components/home/Home.brs @@ -1,6 +1,11 @@ sub init() m.top.overhangTitle = "Home" m.top.optionsAvailable = true + + if get_user_setting("ui.home.splashBackground") = "true" + m.backdrop = m.top.findNode("backdrop") + m.backdrop.uri = buildURL("/Branding/Splashscreen?format=jpg&foregroundLayer=0.15&fillWidth=1280&width=1280&fillHeight=720&height=720&tag=splash") + end if end sub sub refresh() diff --git a/components/home/Home.xml b/components/home/Home.xml index f0eb64c2..3909bb0c 100644 --- a/components/home/Home.xml +++ b/components/home/Home.xml @@ -1,6 +1,7 @@ + @@ -13,4 +14,6 @@