feat(delete-all-torrents): added remove all torrents capability to the Transfers menu
This commit is contained in:
committed by
Mathias Rasmussen
parent
11b42e58c1
commit
b7fedb1983
@@ -288,6 +288,14 @@ function getMenuTemplate () {
|
||||
{
|
||||
label: 'Resume All',
|
||||
click: () => windows.main.dispatch('resumeAllTorrents')
|
||||
},
|
||||
{
|
||||
label: 'Remove All From List',
|
||||
click: () => windows.main.dispatch('confirmDeleteAllTorrents', false)
|
||||
},
|
||||
{
|
||||
label: 'Remove All Data Files',
|
||||
click: () => windows.main.dispatch('confirmDeleteAllTorrents', true)
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user