feat(dashboard): remove unnecessary brackets from keys (#1791)
This commit is contained in:
1 parent
ae77bfda89
commit
d73aee4a93
1 file changed
+1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user