Update images

This commit is contained in:
be5invis 2020-11-24 01:23:30 -08:00
parent fb004abc5f
commit 7edf6fb710
99 changed files with 29 additions and 21 deletions

View file

@ -113,12 +113,9 @@ app.on("ready", function () {
//x: 5000, y: 5000,
webPreferences: {
zoomFactor: zoom,
nodeIntegration: true
},
show: false
nodeIntegration: true,
backgroundThrottling: false
}
});
mainWindow.showInactive();
mainWindow.loadURL("file://" + __dirname + "/index.html");
mainWindow.blurWebView();
//mainWindow.hide();
});