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

This commit is contained in:
Jorge Villalobos authored and GitHub committed 2023-10-19 07:45:03 +02:00
1 parent ae77bfda89
commit d73aee4a93
1 file changed
+1
+1
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