Dock icon should accept all file types (fix #156)

This commit is contained in:
Feross Aboukhadijeh
2016-03-19 02:48:45 -07:00
parent 33a9e7e93d
commit 309e509a76
3 changed files with 29 additions and 14 deletions

View File

@@ -42,5 +42,5 @@ ipc.init()
function onOpen (e, torrentId) {
e.preventDefault()
windows.main.send('dispatch', 'addTorrent', torrentId)
windows.main.send('dispatch', 'openFiles', torrentId)
}