diff --git a/electron/notifications.js b/electron/notifications.js index 78421a9..30fc0d9 100644 --- a/electron/notifications.js +++ b/electron/notifications.js @@ -1,3 +1,4 @@ +const {Notification} = require('electron') const Pushy = require('pushy-electron') let MainWindow = require('./mainwindow') module.exports = {