diff options
-rw-r--r-- | plugins/nonicons.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nonicons.lua b/plugins/nonicons.lua index 9540ce6..143da13 100644 --- a/plugins/nonicons.lua +++ b/plugins/nonicons.lua @@ -121,7 +121,7 @@ function TreeView:get_item_icon(item, active, hovered) font = icon_font color = style.text if item.type == "dir" then - icon = item.expanded and "" or "" -- unicode 61771 and 61772 + icon = item.expanded and "" or "" -- unicode U+F23C and U+F23B end end if config.plugins.nonicons.draw_treeview_icons then |