1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-15 07:47:40 +00:00

process improvements + new icons

This commit is contained in:
kepler155c@gmail.com
2017-09-27 15:42:40 -04:00
parent 4a608e11a2
commit 5969b71dbe
8 changed files with 113 additions and 44 deletions

View File

@@ -68,7 +68,7 @@ return function(args)
end
function selectFile.grid:draw()
local files = fs.list(self.dir, true)
local files = fs.listEx(self.dir)
if #self.dir > 0 then
table.insert(files, {
name = '..',