This commit is contained in:
Igor Timofeev 2015-11-20 04:59:26 +03:00
parent 66be0d3e31
commit 6a910d8d86
2 changed files with 4 additions and 4 deletions

View File

@ -488,19 +488,19 @@
["version"]=1.0,
},
{
["name"]="MineOS/System/OS/InfoPanel/Правила",
["name"]="MineOS/System/InfoPanel/Правила",
["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/Rules.txt",
["type"]="Script",
["version"]=1.0,
},
{
["name"]="MineOS/System/OS/InfoPanel/Главная",
["name"]="MineOS/System/InfoPanel/Главная",
["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/Main.txt",
["type"]="Script",
["version"]=1.0,
},
{
["name"]="MineOS/System/OS/InfoPanel/ССПИ",
["name"]="MineOS/System/InfoPanel/ССПИ",
["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/SSPI.txt",
["type"]="Script",
["version"]=1.0,

View File

@ -16,7 +16,7 @@ local oldPixels = ecs.rememberOldPixels(x, y, x + width - 1, y + height - 1)
local dataWidth, dataHeight = width - 6, height - 14
local drawListFrom = 1
local selectedObject = 3
local pathToList = "System/AutorunManager/Filelist.txt"
local pathToList = "MineOS/System/AutorunManager/Filelist.txt"
local autorunObjects = {
-- { path = "OS.lua", enabled = true, size = 30 },
-- { path = "Cyka/Home.lua", enabled = true, size = 30 },