mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Center Icon on ALL notifications
Delete notification on windowclosed Refactor notifications.utils.setOption
This commit is contained in:
@ -12,6 +12,10 @@ module.exports.setupInteractive = (win, unpauseNotification) => {
|
||||
controls = { playPause, next, previous };
|
||||
|
||||
onPause = unpauseNotification;
|
||||
|
||||
win.webContents.on("closed", () => {
|
||||
Delete()
|
||||
});
|
||||
}
|
||||
|
||||
//delete old notification
|
||||
|
||||
Reference in New Issue
Block a user