mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-11 13:42:38 +01:00
Update OS.lua
This commit is contained in:
parent
c3d16b0833
commit
78672cf58d
@ -542,17 +542,25 @@ local function biometry()
|
||||
end
|
||||
|
||||
ecs.drawOldPixels(oldPixels)
|
||||
|
||||
|
||||
Finger = nil
|
||||
users = nil
|
||||
end
|
||||
end
|
||||
|
||||
local function launchConfigurator()
|
||||
local path = "System/OS/Users.cfg"
|
||||
if not fs.exists(path) then
|
||||
shell.execute("System/OS/Configurator.lua")
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
drawAll()
|
||||
biometry()
|
||||
if not launchConfigurator() then biometry() end
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user