Skip to content

Commit

Permalink
Only allow Electron to zoom with CommandOrControl+=
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Raimist <aaron@raim.ist>
  • Loading branch information
aaronraimist committed Feb 6, 2019
1 parent bfdffc6 commit a03a738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron_app/src/vectormenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const template = [
submenu: [
{ type: 'separator' },
{ role: 'resetzoom' },
{ role: 'zoomin' },
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
{ role: 'zoomout' },
{ type: 'separator' },
Expand Down

0 comments on commit a03a738

Please sign in to comment.