Revert to disabled notification sound on <= Windows 7

We haven’t had the chance to test this using `node-notifier` on Windows 7.
pull/1/head
Daniel Gasienica 7 years ago
parent 4e01ca5135
commit dc38d40f20

@ -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');

Loading…
Cancel
Save