Fix notification click not working. (#912)
This was changed incorrectly in 2a1e987.
This commit is contained in:
@@ -177,7 +177,7 @@ function showDoneNotification (torrent) {
|
||||
silent: true
|
||||
})
|
||||
|
||||
notif.onClick = function () {
|
||||
notif.onclick = function () {
|
||||
ipcRenderer.send('show')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user