Only allow Electron to zoom with CommandOrControl+=

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist
2019-02-06 13:20:40 -06:00
parent bfdffc653e
commit a03a738317
-1
View File
@@ -37,7 +37,6 @@ const template = [
submenu: [
{ type: 'separator' },
{ role: 'resetzoom' },
{ role: 'zoomin' },
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
{ role: 'zoomout' },
{ type: 'separator' },