Update OS.lua

This commit is contained in:
Igor Timofeev 2015-08-28 02:37:44 +03:00
parent 55122d30a4
commit 711f602f86

View File

@ -682,6 +682,7 @@ local function enterSystem()
safeLogin()
elseif fs.exists("System/OS/Users.cfg") then
safeBiometry()
drawAll()
end
end
@ -700,7 +701,7 @@ end
newObj("Zones", "Desktop", 1, 2, xSize, ySize - heightOfDock - 3)
newObj("Zones", "Dock", 1, ySize - heightOfDock - 1, xSize, ySize)
if not launchConfigurator() then enterSystem(); drawAll() end
if not launchConfigurator() then enterSystem() end
------------------------------------------------------------------------------------------------------------------------