Skip to content

Commit

Permalink
Merge pull request #8381 from aaronraimist/electron-browser-zoom+
Browse files Browse the repository at this point in the history
Allow Electron to zoom with CommandOrControl+=
  • Loading branch information
jryans authored Feb 7, 2019
2 parents 8630d03 + a03a738 commit 5030410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ for 64 bit Linux:
1. Follow the instructions in 'Building From Source' above
2. `node_modules/.bin/build -l --x64`

All electron packages go into `electron/dist/`
All electron packages go into `electron_app/dist/`

Many thanks to @aviraldg for the initial work on the electron integration.

Expand Down
2 changes: 1 addition & 1 deletion electron_app/src/vectormenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const template = [
submenu: [
{ type: 'separator' },
{ role: 'resetzoom' },
{ role: 'zoomin' },
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
{ role: 'zoomout' },
{ type: 'separator' },
{ role: 'togglefullscreen' },
Expand Down

0 comments on commit 5030410

Please sign in to comment.