we still need node integration, so fix moment loader another way
This commit is contained in:
parent
d4c9c87076
commit
996f6f0150
3 changed files with 5 additions and 4 deletions
|
|
@ -24,8 +24,7 @@ module.exports = function(copay) {
|
|||
// create the main window
|
||||
mainWindow = new BrowserWindow({
|
||||
width: config.window.width,
|
||||
height: config.window.height,
|
||||
"node-integration": "disable"
|
||||
height: config.window.height
|
||||
});
|
||||
|
||||
// hide the empty window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue