Create Torrent dialog

This commit is contained in:
DC
2016-04-20 22:25:56 -07:00
committed by DC
parent 6b70554e63
commit 31ef283e7b
5 changed files with 60 additions and 76 deletions

View File

@@ -120,7 +120,7 @@ function sliceArgv (argv) {
function processArgv (argv) {
argv.forEach(function (arg) {
if (arg === '-n') {
windows.main.send('dispatch', 'showCreateTorrent')
windows.main.send('dispatch', 'showOpenSeedFiles')
} else if (arg === '-o') {
windows.main.send('dispatch', 'showOpenTorrentFile')
} else if (arg === '-u') {