fix missing about text

This commit is contained in:
Aiden McClelland
2026-01-16 17:13:33 -07:00
parent 9d364b0691
commit 4ee72d560a
7 changed files with 50 additions and 13 deletions

View File

@@ -80,6 +80,7 @@ fn signers_api<C: Context>() -> ParentHandler<C> {
from_fn_async(edit_signer)
.with_metadata("admin", Value::Bool(true))
.no_display()
.with_about("about.edit-signer")
.with_call_remote::<CliContext>(),
)
}