Revert to disabled notification sound on <= Windows 7
We haven’t had the chance to test this using `node-notifier` on Windows 7.
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
window.nodeNotifier.notify({
|
window.nodeNotifier.notify({
|
||||||
title: title,
|
title: title,
|
||||||
message: message,
|
message: message,
|
||||||
sound: shouldPlayNotificationSound,
|
sound: false,
|
||||||
});
|
});
|
||||||
window.nodeNotifier.on('click', function(notifierObject, options) {
|
window.nodeNotifier.on('click', function(notifierObject, options) {
|
||||||
last.get('conversationId');
|
last.get('conversationId');
|
||||||
|
Reference in New Issue
Block a user