Merge pull request #3549 from bengotow/fix-hide-others
Remove trailing colons from default menu roles
This commit is contained in:
commit
e98d4c4a2e
1 changed files with 2 additions and 2 deletions
|
@ -193,11 +193,11 @@ app.once('ready', function() {
|
|||
{
|
||||
label: 'Hide Others',
|
||||
accelerator: 'Command+Shift+H',
|
||||
role: 'hideothers:'
|
||||
role: 'hideothers'
|
||||
},
|
||||
{
|
||||
label: 'Show All',
|
||||
role: 'unhide:'
|
||||
role: 'unhide'
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
|
|
Loading…
Add table
Reference in a new issue