button pos update
This commit is contained in:
parent
6dc31052e1
commit
a96b601ccd
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ export class BrowserWindow {
|
||||||
hasShadow: false,
|
hasShadow: false,
|
||||||
show: false,
|
show: false,
|
||||||
backgroundColor: "#1E1E1E",
|
backgroundColor: "#1E1E1E",
|
||||||
titleBarStyle: 'customButtonsOnHover',
|
titleBarStyle: 'hidden',
|
||||||
trafficLightPosition: {x: 960, y: 20},
|
trafficLightPosition: {x: 15, y: 20},
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
sandbox: true,
|
sandbox: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue