switched to tabs

This commit is contained in:
AidanV 2024-04-21 17:35:58 -07:00
parent e7d2ec2460
commit c98da07db3

View file

@ -22,11 +22,11 @@ function Folder:linemode(area, files)
elseif mode == "permissions" then elseif mode == "permissions" then
spans[#spans + 1] = ui.Span(f.cha:permissions() or "") spans[#spans + 1] = ui.Span(f.cha:permissions() or "")
elseif mode == "owner" then elseif mode == "owner" then
local username = ya.user_name(f.cha.uid) local username = ya.user_name(f.cha.uid)
local groupname = ya.group_name(f.cha.gid) local groupname = ya.group_name(f.cha.gid)
if username and groupname then if username and groupname then
spans[#spans + 1] = ui.Span(username .. ":" .. groupname) spans[#spans + 1] = ui.Span(username .. ":" .. groupname)
end end
end end
spans[#spans + 1] = ui.Span(" ") spans[#spans + 1] = ui.Span(" ")