remove duplicate "Bring All to Front"
This commit is contained in:
9
index.js
9
index.js
@@ -229,13 +229,6 @@ var template = [
|
|||||||
label: 'Minimize',
|
label: 'Minimize',
|
||||||
accelerator: 'CmdOrCtrl+M',
|
accelerator: 'CmdOrCtrl+M',
|
||||||
role: 'minimize'
|
role: 'minimize'
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'separator'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Bring All to Front',
|
|
||||||
role: 'front'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -308,7 +301,7 @@ if (process.platform === 'darwin') {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Window menu
|
// Window menu
|
||||||
template[3].submenu.push(
|
template[4].submenu.push(
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user