mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +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
|
||||
let toDelete;
|
||||
function Delete() {
|
||||
function deleteNotification() {
|
||||
if (toDelete !== undefined) {
|
||||
const removeNotif = Object.assign(toDelete, {
|
||||
remove: toDelete.id
|
||||
|
||||
Reference in New Issue
Block a user