mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Update yazi-plugin/preset/components/header.lua
Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
parent
a1a4ec31de
commit
0c41fec768
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ function Header:cwd()
|
|||
return span:style(THEME.manager.cwd)
|
||||
end
|
||||
|
||||
function Header:selected_count()
|
||||
function Header:counter()
|
||||
local selected = #cx.active.selected
|
||||
local yanked = #cx.yanked
|
||||
local is_cut = cx.yanked.is_cut
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue