Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
fix: macOS menus are wrong
Browse files Browse the repository at this point in the history
Closes #88
  • Loading branch information
sentialx committed Dec 14, 2019
1 parent 5052a48 commit 77ec650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
"ia32"
]
}
}
}
1 change: 1 addition & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ app.on('ready', () => {
Menu.buildFromTemplate([
{
role: 'editMenu',
label: 'Edit',
},
{
label: 'Other',
Expand Down

0 comments on commit 77ec650

Please sign in to comment.