mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
switch function name to camelCase
Co-authored-by: th-ch <th-ch@users.noreply.github.com>
This commit is contained in:
@ -20,7 +20,7 @@ module.exports.setupInteractive = (win, unpauseNotification) => {
|
|||||||
|
|
||||||
//delete old notification
|
//delete old notification
|
||||||
let toDelete;
|
let toDelete;
|
||||||
function Delete() {
|
function deleteNotification() {
|
||||||
if (toDelete !== undefined) {
|
if (toDelete !== undefined) {
|
||||||
const removeNotif = Object.assign(toDelete, {
|
const removeNotif = Object.assign(toDelete, {
|
||||||
remove: toDelete.id
|
remove: toDelete.id
|
||||||
|
|||||||
Reference in New Issue
Block a user