solved timeout error via fetch response

This commit is contained in:
Robert Nasarek 2022-08-31 11:03:41 +02:00
parent ba9d9e6abb
commit 1d68336a06
9 changed files with 246 additions and 110 deletions

View file

@ -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'),