Make sure Notification is defined for Electron
This commit is contained in:
parent
b523744468
commit
24a9dcc6dd
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
const {Notification} = require('electron')
|
||||
const Pushy = require('pushy-electron')
|
||||
let MainWindow = require('./mainwindow')
|
||||
module.exports = {
|
||||
|
|
Reference in a new issue