mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
Update Configurator.lua
This commit is contained in:
parent
d368d2cbd7
commit
b6e85b040f
@ -281,7 +281,7 @@ if protectionMethod == "Биометрическая" then
|
||||
config.append("System/OS/Users.cfg", table.unpack(users))
|
||||
elseif protectionMethod == "Защита паролем" then
|
||||
local password = stagePasswordProtection()
|
||||
config.append("System/OS/Users.cfg", password)
|
||||
config.append("System/OS/Password.cfg", password)
|
||||
end
|
||||
|
||||
local background, foreground = stage3()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user