Initial work on shader options, electron@4.
This commit is contained in:
4
index.js
4
index.js
@@ -98,7 +98,9 @@ function createWindow() {
|
||||
icon: getPlatformIcon('WesterosSealSquare'),
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js')
|
||||
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js'),
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false
|
||||
},
|
||||
backgroundColor: '#171614'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user