Fix notifications: windows -> window, serialize false setting
This commit is contained in:
parent
16ad94148a
commit
cdfdd6b381
2 changed files with 2 additions and 3 deletions
|
@ -86,7 +86,7 @@
|
|||
break;
|
||||
}
|
||||
|
||||
if (windows.config.polyfillNotifications) {
|
||||
if (window.config.polyfillNotifications) {
|
||||
window.nodeNotifier.notify({
|
||||
title: title,
|
||||
message: message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue