From dd879b46c58f1481b6cbbae16acb45be8cb69b31 Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+quacksire@users.noreply.github.com> Date: Thu, 17 Feb 2022 22:26:51 -0800 Subject: [PATCH] trans prep --- src/main/base/browserwindow.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,