mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 05:02:40 +01:00
Update context.lua
This commit is contained in:
parent
7b3a0ca890
commit
b7e2ea77ea
@ -76,7 +76,7 @@ function context.menu(x, y, ...)
|
||||
--Рисуем сокращение
|
||||
if data[i][3] then gpu.set(x + width - 2 - unicode.len(data[i][3]), yPos, data[i][3]) end
|
||||
|
||||
newObj("Elements", i, x, yPos, x + width - 1, yPos)
|
||||
if not data[i][2] then newObj("Elements", i, x, yPos, x + width - 1, yPos) end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user