Skip to content

Commit

Permalink
fix expert toggle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Apr 24, 2023
1 parent 0454a43 commit c34e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zondax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function zondaxToggleExpertMode(model: TModel, clickArray?: number[]): Cl
ButtonKind.InfoButton,
ButtonKind.NavRightButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.PrevPageButton,
ButtonKind.QuitSettingsButton,
]);
}
const DEFAULT_EXPERT_MODE_CLICKS = [1, 0, -1];
Expand Down

0 comments on commit c34e998

Please sign in to comment.