Remove torrent data support (#641)
* add moveItemToTrash to shell * delete torrent/data + context menu items
This commit is contained in:
@@ -81,6 +81,7 @@ function init () {
|
||||
|
||||
ipc.on('openItem', (e, ...args) => shell.openItem(...args))
|
||||
ipc.on('showItemInFolder', (e, ...args) => shell.showItemInFolder(...args))
|
||||
ipc.on('moveItemToTrash', (e, ...args) => shell.moveItemToTrash(...args))
|
||||
|
||||
/**
|
||||
* Windows: Main
|
||||
|
||||
Reference in New Issue
Block a user