Merge branch 'main' into experimental

This commit is contained in:
Zoran 2023-01-30 20:24:29 +08:00 committed by GitHub
commit 9642e6763e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,12 +199,16 @@ return function(entry, option)
title = option.title,
col = option.col,
row = option.row,
title_pos = nil,
focusable = false,
zindex = option.zindex or 100,
style = 'minimal',
}
if opt.title then
opt.title_pos = 'center'
end
if opt.title then
opt.title_pos = 'center'
end