Remove torrent data support (#641)

* add moveItemToTrash to shell

* delete torrent/data + context menu items
This commit is contained in:
Mathias Rasmussen
2016-06-23 03:58:16 +02:00
committed by DC
parent 8e64e4120b
commit 1af7e4ef19
3 changed files with 35 additions and 2 deletions

View File

@@ -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