Add download button

Doesn't do anything yet
This commit is contained in:
DC
2016-03-07 00:01:32 -08:00
parent 5aa1cce09e
commit 713c391c05
4 changed files with 40 additions and 30 deletions

View File

@@ -31,6 +31,10 @@ function init () {
ipcMain.on('toggleFullScreen', function (e) {
windows.main.setFullScreen(!windows.main.isFullScreen())
})
ipcMain.on('log', function (e, message) {
console.log(message)
})
}
function addTorrentFromPaste () {