Skip to content

Commit

Permalink
Merge pull request #404 from Zondax/fix-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored Apr 12, 2024
2 parents 898c540 + c196c84 commit f33e411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buttons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ const navLeftButton: IButton = {
};

const quitSettingsButton: IButton = {
x: 50,
y: 625,
x: 40,
y: 40,
delay: 0.25,
};

Expand Down

0 comments on commit f33e411

Please sign in to comment.