From 77ba258fbf54ff7f65f5b8102bfc002c4dafc6fa Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 3 Feb 2017 02:03:47 -0800 Subject: [PATCH] move Transfers menu --- src/main/menu.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/menu.js b/src/main/menu.js index 8268cf10..9eca56af 100644 --- a/src/main/menu.js +++ b/src/main/menu.js @@ -285,9 +285,6 @@ function getMenuTemplate () { label: 'Pause All', click: () => windows.main.dispatch('pauseAllTorrents') }, - { - type: 'separator' - }, { label: 'Resume All', click: () => windows.main.dispatch('resumeAllTorrents') @@ -371,7 +368,7 @@ function getMenuTemplate () { }) // Add Window menu (Mac) - template.splice(5, 0, { + template.splice(6, 0, { role: 'window', submenu: [ {