mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 09:42:48 +01:00
Update Configurator.lua
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user