mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
update: change percent text Bot to End
This commit is contained in:
parent
5e48df5126
commit
bddb50021c
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ function Status:percent()
|
||||||
if percent == 0 then
|
if percent == 0 then
|
||||||
percent = " Top "
|
percent = " Top "
|
||||||
elseif percent == 100 then
|
elseif percent == 100 then
|
||||||
percent = " Bot "
|
percent = " End "
|
||||||
else
|
else
|
||||||
percent = string.format(" %2d%% ", percent)
|
percent = string.format(" %2d%% ", percent)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue