Merge pull request #4188 from Rosey/update-menu-doc
📝 Use correct shortcut for 'Hide Others' menu item example
This commit is contained in:
commit
1b8200ea34
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ if (process.platform == 'darwin') {
|
|||
},
|
||||
{
|
||||
label: 'Hide Others',
|
||||
accelerator: 'Command+Shift+H',
|
||||
accelerator: 'Command+Alt+H',
|
||||
role: 'hideothers'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue