From 09c014936bb8696a75b55203df207b217e6fe0be Mon Sep 17 00:00:00 2001 From: droidYu Date: Sun, 2 Apr 2023 06:30:24 +0800 Subject: [PATCH] [Fix] The menu of "Zoom In" is duplicated. (#399) --- src/main/main.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/main.ts b/src/main/main.ts index 3e4879f..dd52155 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -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: () => {