* 1923 skip empty git icons * 1923 skip empty git icons
This commit is contained in:
parent
215b29bfad
commit
8505b6ecd8
@ -79,9 +79,11 @@ local function get_icons_(node)
|
||||
end
|
||||
|
||||
for _, icon in pairs(icons) do
|
||||
if not inserted[icon] then
|
||||
table.insert(iconss, icon)
|
||||
inserted[icon] = true
|
||||
if #icon.str > 0 then
|
||||
if not inserted[icon] then
|
||||
table.insert(iconss, icon)
|
||||
inserted[icon] = true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user