mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-05 07:32:47 +02:00
af
This commit is contained in:
@@ -687,7 +687,7 @@ local function drawLeftToolBar()
|
||||
obj["leftBarFiles"] = {}
|
||||
local fileList = ecs.getFileList(path)
|
||||
if #fileList > 0 then
|
||||
leftToolbarFileList = ecs.reorganizeFilesAndFolders(fileList, true)
|
||||
leftToolbarFileList = ecs.sortFiles(path, fileList, "name", false)
|
||||
drawFileListOnLeftToolbar(path)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user