diff --git a/plugins/notifications/interactive.js b/plugins/notifications/interactive.js index 61f9fed0..9dbed278 100644 --- a/plugins/notifications/interactive.js +++ b/plugins/notifications/interactive.js @@ -20,7 +20,7 @@ module.exports.setupInteractive = (win, unpauseNotification) => { //delete old notification let toDelete; -function Delete() { +function deleteNotification() { if (toDelete !== undefined) { const removeNotif = Object.assign(toDelete, { remove: toDelete.id