feat: reduce battery usage

This commit is contained in:
Johannes Millan 2020-04-16 21:53:28 +02:00
parent 7090139921
commit 85dc1ef04a

View file

@ -56,7 +56,7 @@ if (!IS_MAC) {
let mainWin: BrowserWindow;
const nestedWinParams = {isDarwinForceQuit: false};
// keep app active to keep time tracking running
powerSaveBlocker.start('prevent-app-suspension');
// powerSaveBlocker.start('prevent-app-suspension');
appIN.on('second-instance', () => {
if (mainWin) {