Skip to content

Commit

Permalink
styling: ensure all font changes from symbols are reset
Browse files Browse the repository at this point in the history
  • Loading branch information
CogentRedTester committed Sep 30, 2022
1 parent f8ed2f1 commit 16dccba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion file-browser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,10 @@ local function update_ass()
elseif playing_file then append(style.playing) end

--sets the folder icon
if v.type == 'dir' then append(style.folder..o.folder_icon.."\\h".."{\\fn"..o.font_name_body.."}") end
if v.type == 'dir' then append(style.folder..o.folder_icon.."\\h") end

--adds the actual name of the item
append(style.body)
append(v.ass or API.ass_escape(v.label or v.name, true))
newline()
end
Expand Down

0 comments on commit 16dccba

Please sign in to comment.