|
|
@ -94,7 +94,8 @@ function createWindow () { |
|
|
|
,show: !config.get('start_minimized') |
|
|
|
,show: !config.get('start_minimized') |
|
|
|
,acceptFirstMouse: true |
|
|
|
,acceptFirstMouse: true |
|
|
|
,webPreferences: { |
|
|
|
,webPreferences: { |
|
|
|
partition: 'persist:rambox' |
|
|
|
partition: 'persist:rambox', |
|
|
|
|
|
|
|
nodeIntegration: true |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|