mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 04:52:48 +01:00
Update OS.lua
This commit is contained in:
parent
55122d30a4
commit
711f602f86
@ -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
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user