diff --git a/electron/notifications.js b/electron/notifications.js index 89e20c7..30fc0d9 100644 --- a/electron/notifications.js +++ b/electron/notifications.js @@ -21,6 +21,6 @@ module.exports = { }) }, 5000) // If this is triggered too soon, the notifications won't work. - if (Pushy.isRegistered()) {Pushy.subscribe(process.env.Name).then(() => {}).catch((error) => {console.error(error)})} + if (Pushy.isRegistered()) {Pushy.subscribe('AppName').then(() => {}).catch((error) => {console.error(error)})} } } \ No newline at end of file