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,