|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
const {app, protocol, BrowserWindow, dialog, shell, Menu, ipcMain, nativeImage, session} = require('electron'); |
|
|
|
|
const {app, BrowserWindow, shell, Menu, ipcMain, nativeImage, session} = require('electron'); |
|
|
|
|
// Tray
|
|
|
|
|
const tray = require('./tray'); |
|
|
|
|
// AutoLaunch
|
|
|
|
@ -234,6 +234,7 @@ function createMasterPasswordWindow() {
|
|
|
|
|
,frame: false |
|
|
|
|
,webPreferences: { |
|
|
|
|
nodeIntegration: true |
|
|
|
|
,enableRemoteModule: true |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
// Open the DevTools.
|
|
|
|
|