diff --git a/src/renderer/controllers/torrent-controller.js b/src/renderer/controllers/torrent-controller.js index a49166fb..7e4ee824 100644 --- a/src/renderer/controllers/torrent-controller.js +++ b/src/renderer/controllers/torrent-controller.js @@ -177,7 +177,7 @@ function showDoneNotification (torrent) { silent: true }) - notif.onClick = function () { + notif.onclick = function () { ipcRenderer.send('show') }