fixes #116 Add Unity launcher icons

This commit is contained in:
grunjol
2016-03-22 19:53:47 -03:00
parent cde0153019
commit a779f00ccb
6 changed files with 54 additions and 9 deletions

View File

@@ -27,6 +27,10 @@ function init () {
menu.showOpenTorrentFile()
})
ipcMain.on('showCreateTorrent', function (e) {
menu.showCreateTorrent()
})
ipcMain.on('setBounds', function (e, bounds, maximize) {
setBounds(bounds, maximize)
})