mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix notifications: windows -> window, serialize false setting
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
if (windows.config.polyfillNotifications) {
|
||||
if (window.config.polyfillNotifications) {
|
||||
window.nodeNotifier.notify({
|
||||
title: title,
|
||||
message: message,
|
||||
|
||||
Reference in New Issue
Block a user