Update images
This commit is contained in:
parent
fb004abc5f
commit
7edf6fb710
99 changed files with 29 additions and 21 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue