fix: remove unintended change

This commit is contained in:
rolv 2024-02-08 18:13:38 +00:00
parent 2393376204
commit a2a7291f04

View file

@ -11,7 +11,7 @@ function Header:cwd()
else
span = ui.Span(string.format("%s (search: %s)", ya.readable_path(tostring(cwd)), cwd:frag()))
end
return span:style(THEME.manager.mode_normal)
return span:style(THEME.manager.cwd)
end
function Header:selected_count()