aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 9ca059f48..030736fee 100644
--- a/src/index.js
+++ b/src/index.js
@@ -66,7 +66,7 @@ const createWindow = async () => {
66 }); 66 });
67 67
68 // Initialize System Tray 68 // Initialize System Tray
69 const trayIcon = new Tray(mainWindow); 69 const trayIcon = new Tray();
70 70
71 // Initialize ipcApi 71 // Initialize ipcApi
72 ipcApi({ mainWindow, settings, trayIcon }); 72 ipcApi({ mainWindow, settings, trayIcon });