disable browser throttling

This commit is contained in:
Olivier Gagnon 2021-12-16 15:46:26 -05:00
parent 55d386a504
commit 3ca762d8cf

@ -12,6 +12,7 @@ const debug = false;
function createWindow(killall) {
const win = new BrowserWindow({
show: false,
backgroundThrottling: false,
});
win.removeMenu();