fixes #116 Add Unity launcher icons
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user