Fix notification click not working. (#912)

This was changed incorrectly in 2a1e987.
This commit is contained in:
Benjamin Tan
2016-09-09 07:16:43 +08:00
committed by DC
parent e0be052df4
commit 993e7d77ad

View File

@@ -177,7 +177,7 @@ function showDoneNotification (torrent) {
silent: true
})
notif.onClick = function () {
notif.onclick = function () {
ipcRenderer.send('show')
}