From dc38d40f20d31c3300bf129e300384bae6755b76 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 1 Mar 2018 19:42:50 -0500 Subject: [PATCH] Revert to disabled notification sound on <= Windows 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We haven’t had the chance to test this using `node-notifier` on Windows 7. --- js/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/notifications.js b/js/notifications.js index 08d9ecdfa..a37fdc19f 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -99,7 +99,7 @@ window.nodeNotifier.notify({ title: title, message: message, - sound: shouldPlayNotificationSound, + sound: false, }); window.nodeNotifier.on('click', function(notifierObject, options) { last.get('conversationId');