feat(extract): improve password input dialog positioning

This commit is contained in:
WhoSowSee 2025-09-19 19:58:20 +03:00
parent 30c0279570
commit 178e2e6889

View file

@ -27,7 +27,7 @@ function M:entry(job)
end end
local value, event = ya.input { local value, event = ya.input {
pos = { "center", w = 50 }, pos = { "top-center", y = 2, w = 50 },
title = string.format('Password for "%s":', from.name), title = string.format('Password for "%s":', from.name),
obscure = true, obscure = true,
} }