diff --git a/src/main/menu.ts b/src/main/menu.ts index e670ab5955..82aef3d5fe 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -152,16 +152,7 @@ export default function initMenu(opts: MenuOptions, promiseIpc: any) { webContents.getFocusedWebContents().reload() } }, - ...(isDevelopment ? [ - { role: 'toggleDevTools' } as MenuItemConstructorOptions, - { - accelerator: "CmdOrCtrl+Shift+I", - label: 'Open Dashboard Devtools', - click() { - webContents.getFocusedWebContents().openDevTools() - } - } - ] : []), + { role: 'toggleDevTools' }, { type: 'separator' }, { role: 'resetZoom' }, { role: 'zoomIn' },