mirror of
https://github.com/kepler155c/opus
synced 2025-10-15 07:47:40 +00:00
lint
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
local UI = require('ui')
|
||||
local Util = require('util')
|
||||
|
||||
local colors = _G.colors
|
||||
local fs = _G.fs
|
||||
|
||||
return function(args)
|
||||
|
||||
local columns = {
|
||||
@@ -86,7 +89,7 @@ return function(args)
|
||||
return row
|
||||
end
|
||||
|
||||
function selectFile.grid:getRowTextColor(file, selected)
|
||||
function selectFile.grid:getRowTextColor(file)
|
||||
if file.isDir then
|
||||
return colors.cyan
|
||||
end
|
||||
|
Reference in New Issue
Block a user