Skip to content

Commit

Permalink
move Transfers menu
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 3, 2017
1 parent e74b993 commit 4937f61
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ function getMenuTemplate () {
label: 'Pause All',
click: () => windows.main.dispatch('pauseAllTorrents')
},
{
type: 'separator'
},
{
label: 'Resume All',
click: () => windows.main.dispatch('resumeAllTorrents')
Expand Down Expand Up @@ -371,7 +368,7 @@ function getMenuTemplate () {
})

// Add Window menu (Mac)
template.splice(5, 0, {
template.splice(6, 0, {
role: 'window',
submenu: [
{
Expand Down

0 comments on commit 4937f61

Please sign in to comment.