mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 21:22:39 +01:00
Update and rename Applications/Configurator.lua to MineOS/Configurator/Configurator.lua
This commit is contained in:
parent
56936ef149
commit
975ce8f1bb
@ -273,6 +273,7 @@ end
|
||||
stage1()
|
||||
local protectionMethod = stageChooseProtectionMethod()
|
||||
|
||||
fs.remove("System/OS/Colors.cfg")
|
||||
fs.remove("System/OS/Users.cfg")
|
||||
fs.remove("System/OS/Password.cfg")
|
||||
if protectionMethod == "Биометрическая" then
|
||||
@ -292,7 +293,7 @@ stage5()
|
||||
|
||||
|
||||
--Сохраняем цвета в конфиг ОС
|
||||
config.append("System/OS/OS.cfg", background, foreground)
|
||||
config.append("System/OS/Colors.cfg", background, foreground)
|
||||
|
||||
--Рисуем старые пиксели
|
||||
--ecs.drawOldPixels(oldPixels)
|
||||
Loading…
x
Reference in New Issue
Block a user