There was an error while loading. Please reload this page.
1 parent f56fe0d commit 716e286Copy full SHA for 716e286
1 file changed
lua/mcphub/utils/ui.lua
@@ -356,6 +356,7 @@ function M.confirm(message, opts)
356
357
-- Enhanced window options with better styling
358
win_opts.style = "minimal"
359
+ win_opts.border = vim.o.winborder ~= "" and vim.o.winborder or { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }
360
win_opts.title_pos = "center"
361
win_opts.title = {
362
{ " MCPHUB Confirmation ", Text.highlights.header_btn },
0 commit comments