Remove focusWindow function

Not needed -- win.show() automatically focuses, unminimizes, and shows
the window.
This commit is contained in:
Feross Aboukhadijeh
2016-05-28 19:10:55 -07:00
parent 7833f6bbc4
commit d4efebd694
6 changed files with 7 additions and 28 deletions

View File

@@ -1320,7 +1320,7 @@ function showDoneNotification (torrent) {
})
notif.onclick = function () {
ipcRenderer.send('focusWindow', 'main')
ipcRenderer.send('show')
}
sound.play('DONE')