From f7b1f07e21162c0b02d7729b3e27fbea208eedae Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 10 Feb 2012 17:00:57 -0600 Subject: [PATCH] http://www.youtube.com/watch?v=EryhQdXTjP8 --- Themes/_fallback/Scripts/02 Branches.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index bd1bad2f0f..4034193cfa 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -70,10 +70,14 @@ Branch = { if PROFILEMAN:GetNumLocalProfiles() >= 2 then return "ScreenSelectProfile" else - if THEME:GetMetric("Common","AutoSetStyle") == false then + if IsNetConnected() then return "ScreenSelectStyle" else - return "ScreenProfileLoad" + if THEME:GetMetric("Common","AutoSetStyle") == false then + return "ScreenSelectStyle" + else + return "ScreenProfileLoad" + end end end end,