committed by
GitHub
parent
36e29c3a95
commit
ba1778e061
@@ -88,6 +88,10 @@ local function get_icons_(node)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if #iconss == 0 then
|
||||||
|
return nil
|
||||||
|
end
|
||||||
|
|
||||||
-- sort icons so it looks slightly better
|
-- sort icons so it looks slightly better
|
||||||
table.sort(iconss, function(a, b)
|
table.sort(iconss, function(a, b)
|
||||||
return a.ord < b.ord
|
return a.ord < b.ord
|
||||||
|
|||||||
Reference in New Issue
Block a user