[Fix] The menu of "Zoom In" is duplicated. (#399)

pull/413/head^2
droidYu 2023-04-02 06:30:24 +08:00 committed by GitHub
parent ac07586de5
commit 09c014936b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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: () => {