From 24a9dcc6dd34a24b8a2cdc988066c79c66f4dc32 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Thu, 6 Apr 2023 02:38:00 -0400 Subject: [PATCH] Make sure Notification is defined for Electron --- electron/notifications.js | 1 + 1 file changed, 1 insertion(+) 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 = {