May 21, 2022
Hi Mushtaq, you may need this on your electron.js
mainWindow = new BrowserWindow({
width: 900,
height: 680,
webPreferences: {
nodeIntegration: true,
contextIsolation: false
},
});
Hi Mushtaq, you may need this on your electron.js
mainWindow = new BrowserWindow({
width: 900,
height: 680,
webPreferences: {
nodeIntegration: true,
contextIsolation: false
},
});