trans prep
This commit is contained in:
parent
66ca32bd1d
commit
dd879b46c5
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue