fix unPause option compatibility

This commit is contained in:
Araxeus
2021-04-09 03:15:57 +03:00
parent 095196785a
commit 9c0a633677
4 changed files with 22 additions and 8 deletions

View File

@ -45,7 +45,7 @@ const defaultConfig = {
enabled: false,
urgency: "normal",
unpauseNotification: false,
interactive: true //has effect only on Windows 8+
interactive: false //has effect only on Windows 8+
}
},
};