Skip to content

Commit

Permalink
enable zoom in/zoom out in view menu (useful for making detailed scre…
Browse files Browse the repository at this point in the history
…enshots) (#39)
  • Loading branch information
kevinold authored and skevy committed Aug 26, 2016
1 parent d3a6e27 commit 7c14252
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ app.on('ready', function() {
click: function() {
mainWindow.toggleDevTools();
}
}, {
role: 'resetzoom'
}, {
role: 'zoomin'
}, {
role: 'zoomout'
}]
}, {
label: 'Window',
Expand Down

0 comments on commit 7c14252

Please sign in to comment.