From c8ee947a79f9139ab0342b9145962086a9bf107b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Mar 2016 16:30:28 -0800 Subject: [PATCH] remove duplicate "Bring All to Front" --- index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.js b/index.js index a98ad190..ae457db4 100644 --- a/index.js +++ b/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' },