diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index 8e079151..c4fbcafd 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -95,10 +95,11 @@ export class BrowserWindow { transparent: process.platform === "darwin", hasShadow: false, show: false, - backgroundColor: "#1E1E1E", + //backgroundColor: "#1E1E1E", titleBarStyle: 'hidden', trafficLightPosition: {x: 15, y: 20}, webPreferences: { + experimentalFeatures: true, nodeIntegration: true, sandbox: true, allowRunningInsecureContent: true,