mirror of
https://github.com/electron/electron.git
synced 2026-02-15 01:25:00 -05:00
Update as upstream
This commit is contained in:
@@ -164,11 +164,11 @@ if (process.platform == 'darwin') {
|
||||
{
|
||||
label: 'Hide Others',
|
||||
accelerator: 'Command+Shift+H',
|
||||
role: 'hideothers:'
|
||||
role: 'hideothers'
|
||||
},
|
||||
{
|
||||
label: 'Show All',
|
||||
role: 'unhide:'
|
||||
role: 'unhide'
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
|
||||
Reference in New Issue
Block a user