Upgrade dependencies (#996)
* Upgrade Electron to 5.0.4 * Fix spellcheck provider * npm audit fix
This commit is contained in:

committed by
Harrison Healey

parent
2cfc735d6d
commit
04c03c3baf
@@ -43,6 +43,10 @@ function createMainWindow(config, options) {
|
||||
minWidth: minimumWindowWidth,
|
||||
minHeight: minimumWindowHeight,
|
||||
fullscreen: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
webviewTag: true,
|
||||
},
|
||||
});
|
||||
|
||||
const mainWindow = new BrowserWindow(windowOptions);
|
||||
|
Reference in New Issue
Block a user