move Transfers menu
This commit is contained in:
@@ -285,9 +285,6 @@ function getMenuTemplate () {
|
|||||||
label: 'Pause All',
|
label: 'Pause All',
|
||||||
click: () => windows.main.dispatch('pauseAllTorrents')
|
click: () => windows.main.dispatch('pauseAllTorrents')
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'separator'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Resume All',
|
label: 'Resume All',
|
||||||
click: () => windows.main.dispatch('resumeAllTorrents')
|
click: () => windows.main.dispatch('resumeAllTorrents')
|
||||||
@@ -371,7 +368,7 @@ function getMenuTemplate () {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Add Window menu (Mac)
|
// Add Window menu (Mac)
|
||||||
template.splice(5, 0, {
|
template.splice(6, 0, {
|
||||||
role: 'window',
|
role: 'window',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user