Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 7cf83a6

Browse files
committed
Fix: Rambox stays on the master password window
1 parent 8992c2c commit 7cf83a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

electron/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ function createMasterPasswordWindow() {
227227
mainMasterPasswordWindow = new BrowserWindow({
228228
backgroundColor: '#0675A0'
229229
,frame: false
230+
,webPreferences: {
231+
nodeIntegration: true
232+
}
230233
});
231234
// Open the DevTools.
232235
if ( isDev ) mainMasterPasswordWindow.webContents.openDevTools();

0 commit comments

Comments
 (0)