change x and y of trafficLightPosition to 10
This commit is contained in:
parent
1c2eb26e2c
commit
ebd68c635b
1 changed files with 326 additions and 326 deletions
|
@ -289,7 +289,7 @@ function getWindowBoundsOptions(): BrowserWindowConstructorOptions {
|
|||
function getDarwinOptions(): BrowserWindowConstructorOptions {
|
||||
const options = {
|
||||
titleBarStyle: "hidden",
|
||||
trafficLightPosition: { x: 9, y: 9 }
|
||||
trafficLightPosition: { x: 10, y: 10 }
|
||||
} as BrowserWindowConstructorOptions;
|
||||
|
||||
const { splashTheming, splashBackground } = Settings.store;
|
||||
|
|
Reference in a new issue