feat: unify the password input visually when extracting archives (#3179)

This commit is contained in:
WhoSowSee 2025-09-21 06:48:17 +03:00 committed by GitHub
parent 4e3ac54c8e
commit ba99ce4f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}