mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: remove unintended change
This commit is contained in:
parent
2393376204
commit
a2a7291f04
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function Header:cwd()
|
||||||
else
|
else
|
||||||
span = ui.Span(string.format("%s (search: %s)", ya.readable_path(tostring(cwd)), cwd:frag()))
|
span = ui.Span(string.format("%s (search: %s)", ya.readable_path(tostring(cwd)), cwd:frag()))
|
||||||
end
|
end
|
||||||
return span:style(THEME.manager.mode_normal)
|
return span:style(THEME.manager.cwd)
|
||||||
end
|
end
|
||||||
|
|
||||||
function Header:selected_count()
|
function Header:selected_count()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue