mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01: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
|
||||
|
||||
local value, event = ya.input {
|
||||
pos = { "center", w = 50 },
|
||||
pos = { "top-center", y = 2, w = 50 },
|
||||
title = string.format('Password for "%s":', from.name),
|
||||
obscure = true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue