docs: Multithreading
This commit is contained in:
parent
a49af26e39
commit
ab83aa0bfd
3 changed files with 56 additions and 0 deletions
|
@ -15,6 +15,9 @@ exports.load = (appUrl) => {
|
|||
height: 600,
|
||||
autoHideMenuBar: true,
|
||||
backgroundColor: '#FFFFFF',
|
||||
webPreferences: {
|
||||
nodeIntegrationInWorker: true
|
||||
},
|
||||
useContentSize: true
|
||||
}
|
||||
if (process.platform === 'linux') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue