forked from matrix/element-web
Only allow Electron to zoom with CommandOrControl+=
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
bfdffc653e
commit
a03a738317
|
@ -37,7 +37,6 @@ const template = [
|
|||
submenu: [
|
||||
{ type: 'separator' },
|
||||
{ role: 'resetzoom' },
|
||||
{ role: 'zoomin' },
|
||||
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
|
||||
{ role: 'zoomout' },
|
||||
{ type: 'separator' },
|
||||
|
|
Loading…
Reference in New Issue