Skip to content

Commit

Permalink
drop zoom keyboard shortcuts (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonkaliski authored Jun 22, 2023
1 parent efa5a26 commit 674998d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/createMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ export function createApplicationMenu(): Menu {
{ role: "forceReload" },
{ role: "toggleDevTools" },
{ type: "separator" },
{ role: "resetZoom" },
{ role: "zoomIn" },
{ role: "zoomOut" },
{ type: "separator" },
{ role: "togglefullscreen" },
],
Expand Down

0 comments on commit 674998d

Please sign in to comment.