mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-04 13:32:33 +00:00
feat: reduce battery usage
This commit is contained in:
parent
7090139921
commit
85dc1ef04a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue