Skip to content

Commit

Permalink
Add zoomin to electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 17, 2019
1 parent 272b397 commit 68abc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ function createWindow () {
submenu: [
{ label: "About Application", selector: "orderFrontStandardAboutPanel:" },
{ type: "separator" },
{ label: "Quit", accelerator: "Command+Q", click: function() { app.quit(); }}
{ label: "Quit", accelerator: "Command+Q", click: function() { app.quit(); }},
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
]}, {
label: "Edit",
submenu: [
Expand Down

0 comments on commit 68abc0c

Please sign in to comment.