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