solved timeout error via fetch response
This commit is contained in:
parent
ba9d9e6abb
commit
1d68336a06
9 changed files with 246 additions and 110 deletions
1
main.js
1
main.js
|
|
@ -44,6 +44,7 @@ function createWindow() {
|
|||
mainWindow = new BrowserWindow({
|
||||
width: 400,
|
||||
height: 600,
|
||||
icon: __dirname + '/marvin.ico',
|
||||
show: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue