update camelCase

This commit is contained in:
Araxeus
2021-04-28 04:27:50 +03:00
parent 0491babe0a
commit 729714375b

View File

@ -14,7 +14,7 @@ module.exports.setupInteractive = (win, unpauseNotification) => {
onPause = unpauseNotification;
win.webContents.once("closed", () => {
Delete()
deleteNotification()
});
}
@ -33,7 +33,7 @@ function deleteNotification() {
//New notification
module.exports.notifyInteractive = function sendToaster(songInfo) {
Delete();
deleteNotification();
//download image and get path
let imgSrc = notificationImage(songInfo, true);
toDelete = {
@ -84,7 +84,7 @@ module.exports.notifyInteractive = function sendToaster(songInfo) {
//Native datatype
case "dismissed":
case "timeout":
Delete();
deleteNotification();
}
}