This commit is contained in:
@@ -70,10 +70,14 @@ Branch = {
|
|||||||
if PROFILEMAN:GetNumLocalProfiles() >= 2 then
|
if PROFILEMAN:GetNumLocalProfiles() >= 2 then
|
||||||
return "ScreenSelectProfile"
|
return "ScreenSelectProfile"
|
||||||
else
|
else
|
||||||
if THEME:GetMetric("Common","AutoSetStyle") == false then
|
if IsNetConnected() then
|
||||||
return "ScreenSelectStyle"
|
return "ScreenSelectStyle"
|
||||||
else
|
else
|
||||||
return "ScreenProfileLoad"
|
if THEME:GetMetric("Common","AutoSetStyle") == false then
|
||||||
|
return "ScreenSelectStyle"
|
||||||
|
else
|
||||||
|
return "ScreenProfileLoad"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user