update: change percent text Bot to End

This commit is contained in:
Yiang 2024-11-26 23:13:38 +08:00
parent 5e48df5126
commit bddb50021c

View file

@ -108,7 +108,7 @@ function Status:percent()
if percent == 0 then
percent = " Top "
elseif percent == 100 then
percent = " Bot "
percent = " End "
else
percent = string.format(" %2d%% ", percent)
end