From b3da0fc05cb1940ee2931a1c706694b538dab03f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 5 Apr 2016 18:34:30 -0700 Subject: [PATCH] show notifications even when window is focus --- renderer/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/renderer/index.js b/renderer/index.js index f4c88199..ed42b771 100644 --- a/renderer/index.js +++ b/renderer/index.js @@ -974,8 +974,6 @@ function onWarning (err) { } function showDoneNotification (torrent) { - if (state.window.isFocused) return - var notif = new window.Notification('Download Complete', { body: torrent.name, silent: true