Skip to content

Commit a03a738

Browse files
committed
Only allow Electron to zoom with CommandOrControl+=
Signed-off-by: Aaron Raimist <aaron@raim.ist>
1 parent bfdffc6 commit a03a738

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

electron_app/src/vectormenu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const template = [
3737
submenu: [
3838
{ type: 'separator' },
3939
{ role: 'resetzoom' },
40-
{ role: 'zoomin' },
4140
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
4241
{ role: 'zoomout' },
4342
{ type: 'separator' },

0 commit comments

Comments
 (0)