This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user