trans prep

This commit is contained in:
child_duckling 2022-02-17 22:26:51 -08:00
parent 66ca32bd1d
commit dd879b46c5

View file

@ -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,