From 58fcc6489814751d7171f9a67144e376631f9436 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Wed, 8 May 2019 19:58:22 -0500 Subject: [PATCH] Put back default Electron zoom in option (in addition to the one added in #8381) Signed-off-by: Aaron Raimist --- electron_app/src/vectormenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/electron_app/src/vectormenu.js b/electron_app/src/vectormenu.js index a8f998befc2..016c09eea52 100644 --- a/electron_app/src/vectormenu.js +++ b/electron_app/src/vectormenu.js @@ -37,6 +37,7 @@ const template = [ submenu: [ { type: 'separator' }, { role: 'resetzoom' }, + { role: 'zoomin' }, { role: 'zoomin', accelerator: 'CommandOrControl+=' }, { role: 'zoomout' }, { type: 'separator' },