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:36 -06:00
parent bfdffc653e
commit a03a738317
No known key found for this signature in database
GPG Key ID: 37419210002890EF

View File

@ -37,7 +37,6 @@ const template = [
submenu: [
{ type: 'separator' },
{ role: 'resetzoom' },
{ role: 'zoomin' },
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
{ role: 'zoomout' },
{ type: 'separator' },