fix dashboard not showing | (#888)
This commit is contained in:
parent
229ad7e00d
commit
75dbf5027d
2 changed files with 5 additions and 9 deletions
|
@ -72,22 +72,18 @@ default.buttons = {
|
|||
},
|
||||
}
|
||||
|
||||
default.section = {
|
||||
header = default.header,
|
||||
buttons = default.buttons,
|
||||
}
|
||||
|
||||
local M = {}
|
||||
|
||||
M.setup = function(override_flag)
|
||||
if override_flag then
|
||||
default = require("core.utils").tbl_override_req("alpha", default)
|
||||
end
|
||||
alpha.setup {
|
||||
layout = {
|
||||
{ type = "padding", val = 5 },
|
||||
default.section.header,
|
||||
{ type = "padding", val = 9 },
|
||||
default.header,
|
||||
{ type = "padding", val = 2 },
|
||||
default.section.buttons,
|
||||
default.buttons,
|
||||
},
|
||||
opts = {},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue