mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
switched to tabs
This commit is contained in:
parent
e7d2ec2460
commit
c98da07db3
1 changed files with 5 additions and 5 deletions
|
|
@ -22,11 +22,11 @@ function Folder:linemode(area, files)
|
|||
elseif mode == "permissions" then
|
||||
spans[#spans + 1] = ui.Span(f.cha:permissions() or "")
|
||||
elseif mode == "owner" then
|
||||
local username = ya.user_name(f.cha.uid)
|
||||
local groupname = ya.group_name(f.cha.gid)
|
||||
if username and groupname then
|
||||
spans[#spans + 1] = ui.Span(username .. ":" .. groupname)
|
||||
end
|
||||
local username = ya.user_name(f.cha.uid)
|
||||
local groupname = ya.group_name(f.cha.gid)
|
||||
if username and groupname then
|
||||
spans[#spans + 1] = ui.Span(username .. ":" .. groupname)
|
||||
end
|
||||
end
|
||||
|
||||
spans[#spans + 1] = ui.Span(" ")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue