From a03a738317088b3b9552739143939a2ddae2642d Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Wed, 6 Feb 2019 13:20:36 -0600 Subject: [PATCH] Only allow Electron to zoom with CommandOrControl+= Signed-off-by: Aaron Raimist --- electron_app/src/vectormenu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/electron_app/src/vectormenu.js b/electron_app/src/vectormenu.js index 5e2417c771..ce35cf7c83 100644 --- a/electron_app/src/vectormenu.js +++ b/electron_app/src/vectormenu.js @@ -37,7 +37,6 @@ const template = [ submenu: [ { type: 'separator' }, { role: 'resetzoom' }, - { role: 'zoomin' }, { role: 'zoomin', accelerator: 'CommandOrControl+=' }, { role: 'zoomout' }, { type: 'separator' },