mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
use custom snoretoast on release #600
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user