Skip to content

Commit

Permalink
fix: change bling signing toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 30, 2024
1 parent fcf941a commit 74a0415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zondax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ export function zondaxToggleBlindSigning(model: TModel, clickArray?: number[]):
if (isTouchDevice(model)) {
return new TouchNavigation(model, [
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton2,
ButtonKind.ToggleSettingButton3,
ButtonKind.SettingsQuitButton,
]);
}
const DEFAULT_BLIND_SIGNING_MODE_CLICKS = [2, 0, -2];
const DEFAULT_BLIND_SIGNING_MODE_CLICKS = [2, 0, 5, 0];
return new ClickNavigation(clickArray ?? DEFAULT_BLIND_SIGNING_MODE_CLICKS);
}

Expand Down

0 comments on commit 74a0415

Please sign in to comment.