diff --git a/app/main/index.js b/app/main/index.js index d394e187..5b602432 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -166,10 +166,11 @@ app.on('ready', () => { crashHandler(); }); - electron.powerMonitor.on('resume', () => { - mainWindow.reload(); - page.send('destroytray'); - }); + // Temporarily remove this event + // electron.powerMonitor.on('resume', () => { + // mainWindow.reload(); + // page.send('destroytray'); + // }); ipcMain.on('focus-app', () => { mainWindow.show();