Skip to content

Commit

Permalink
[Fix] The menu of "Zoom In" is duplicated. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
droidYu committed Apr 1, 2023
1 parent ac07586 commit 09c0149
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/main.ts
Expand Up @@ -330,13 +330,6 @@ const createWindow = () => {
{
label: 'View',
submenu: [
{
label: 'Zoom In',
click: () => {
main_window.webContents.send('zoom_in')
},
accelerator: META_KEY + '+Plus',
},
{
label: 'Zoom In',
click: () => {
Expand Down

0 comments on commit 09c0149

Please sign in to comment.