remove duplicate "Bring All to Front"

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 16:30:28 -08:00
parent 6ea12af779
commit c8ee947a79

View File

@@ -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'
}, },