use custom snoretoast on release #600

This commit is contained in:
Araxeus
2022-02-13 20:40:09 +02:00
parent 1834e1e938
commit 1b99cc6930
4 changed files with 6 additions and 9 deletions

View File

@ -39,6 +39,6 @@ const setup = (options) => {
module.exports = (win, options) => {
// Register the callback for new song information
is.windows() && options.interactive ?
require("./snoretoast/interactive")(win, options.unpauseNotification) :
require("./interactive")(win, options.unpauseNotification) :
setup(options);
};