mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
af
This commit is contained in:
parent
343f13360b
commit
5c806af34a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user