Zoom In: Remove custom accelerator for windows/linux
This commit is contained in:
parent
0512d08d61
commit
927a0677f1
3 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ exports.createTemplate = (options, messages) => {
|
|||
label: messages.viewMenuResetZoom.message,
|
||||
},
|
||||
{
|
||||
accelerator: platform === 'darwin' ? 'Command+=' : 'Control+Plus',
|
||||
accelerator: platform === 'darwin' ? 'Command+=' : null,
|
||||
role: 'zoomin',
|
||||
label: messages.viewMenuZoomIn.message,
|
||||
},
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
"role": "resetzoom"
|
||||
},
|
||||
{
|
||||
"accelerator": "Control+Plus",
|
||||
"accelerator": null,
|
||||
"label": "Zoom In",
|
||||
"role": "zoomin"
|
||||
},
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"role": "resetzoom"
|
||||
},
|
||||
{
|
||||
"accelerator": "Control+Plus",
|
||||
"accelerator": null,
|
||||
"label": "Zoom In",
|
||||
"role": "zoomin"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue