AJ Kelly
2012-02-10 17:00:57 -06:00
parent dc3300ae90
commit f7b1f07e21
+4
View File
@@ -69,6 +69,9 @@ Branch = {
end end
if PROFILEMAN:GetNumLocalProfiles() >= 2 then if PROFILEMAN:GetNumLocalProfiles() >= 2 then
return "ScreenSelectProfile" return "ScreenSelectProfile"
else
if IsNetConnected() then
return "ScreenSelectStyle"
else else
if THEME:GetMetric("Common","AutoSetStyle") == false then if THEME:GetMetric("Common","AutoSetStyle") == false then
return "ScreenSelectStyle" return "ScreenSelectStyle"
@@ -76,6 +79,7 @@ Branch = {
return "ScreenProfileLoad" return "ScreenProfileLoad"
end end
end end
end
end, end,
OptionsEdit = function() OptionsEdit = function()
-- Similar to above, don't let anyone in here with 0 songs. -- Similar to above, don't let anyone in here with 0 songs.