mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
feat: unify the password input visually when extracting archives (#3179)
This commit is contained in:
parent
4e3ac54c8e
commit
ba99ce4f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue