We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69964fc + a5fb700 commit ddd9b65Copy full SHA for ddd9b65
src/rust/bitbox02-rust-c/src/workflow.rs
@@ -62,6 +62,7 @@ pub unsafe extern "C" fn rust_workflow_spawn_confirm(
62
CONFIRM_PARAMS = Some(confirm::Params {
63
title: CONFIRM_TITLE.as_ref().unwrap(),
64
body: CONFIRM_BODY.as_ref().unwrap(),
65
+ accept_only: true,
66
..Default::default()
67
});
68
0 commit comments