mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
Мда
This commit is contained in:
parent
f567e71744
commit
160572b586
@ -1383,7 +1383,6 @@ updateFileList = function(category_id, updates)
|
||||
local xStart = math.floor(1 + contentContainer.width / 2 - (appsPerWidth * (appWidth + appHSpacing) - appHSpacing) / 2)
|
||||
local x, counter = xStart, 1
|
||||
for i = 1, #result do
|
||||
result[i].category_id = category_id
|
||||
contentContainer:addChild(newApplicationPreview(x, y, result[i]))
|
||||
|
||||
if counter >= appsPerPage then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user