feat(dashboard): remove unnecessary brackets from keys (#1791)

This commit is contained in:
Jorge Villalobos
2023-10-19 01:45:03 -04:00
committed by GitHub
parent ae77bfda89
commit d73aee4a93

View File

@ -391,6 +391,7 @@ return {
for _, button in ipairs(opts.config.center) do
button.desc = button.desc .. string.rep(" ", 43 - #button.desc)
button.key_format = " %s"
end
-- close Lazy and re-open when the dashboard is ready