remove duplicate "Bring All to Front"
This commit is contained in:
parent
6ea12af779
commit
c8ee947a79
1 changed files with 1 additions and 8 deletions
9
index.js
9
index.js
|
|
@ -229,13 +229,6 @@ var template = [
|
|||
label: 'Minimize',
|
||||
accelerator: 'CmdOrCtrl+M',
|
||||
role: 'minimize'
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Bring All to Front',
|
||||
role: 'front'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -308,7 +301,7 @@ if (process.platform === 'darwin') {
|
|||
})
|
||||
|
||||
// Window menu
|
||||
template[3].submenu.push(
|
||||
template[4].submenu.push(
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue