AJ Kelly
2012-02-10 17:00:57 -06:00
parent dc3300ae90
commit f7b1f07e21
+6 -2
View File
@@ -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,