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

@ -27,7 +27,7 @@ module.exports = (win, options) => {
const isInteractive = is.windows() && options.interactive;
//setup interactive notifications for windows
if (isInteractive) {
setupInteractive(win);
setupInteractive(win, options.unpauseNotification);
}
const registerCallback = getSongInfo(win);
let oldNotification;