Remove focusWindow function
Not needed -- win.show() automatically focuses, unminimizes, and shows the window.
This commit is contained in:
@@ -1320,7 +1320,7 @@ function showDoneNotification (torrent) {
|
||||
})
|
||||
|
||||
notif.onclick = function () {
|
||||
ipcRenderer.send('focusWindow', 'main')
|
||||
ipcRenderer.send('show')
|
||||
}
|
||||
|
||||
sound.play('DONE')
|
||||
|
||||
Reference in New Issue
Block a user