Add Torrent Link modal

This commit is contained in:
DC
2016-03-09 02:43:50 -08:00
parent ab939e185d
commit c176e3897a
7 changed files with 208 additions and 48 deletions

View File

@@ -9,6 +9,10 @@ var menu = require('./menu')
var windows = require('./windows')
function init () {
ipcMain.on('showOpenTorrentFile', function (e) {
menu.showOpenTorrentFile()
})
ipcMain.on('setBounds', function (e, bounds) {
setBounds(bounds)
})