mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
upgrade to electron 5
This commit is contained in:
@@ -102,6 +102,10 @@ export class WindowMain {
|
||||
titleBarStyle: this.hideTitleBar && process.platform === 'darwin' ? 'hiddenInset' : undefined,
|
||||
show: false,
|
||||
alwaysOnTop: this.enableAlwaysOnTop,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
webviewTag: true,
|
||||
},
|
||||
});
|
||||
|
||||
if (this.windowStates[Keys.mainWindowSize].isMaximized) {
|
||||
|
||||
Reference in New Issue
Block a user