fix positioning of traffic lights on darwin
This commit is contained in:
parent
cc62903b9c
commit
068b4071e8
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ function getWindowBoundsOptions(): BrowserWindowConstructorOptions {
|
|||
|
||||
function getDarwinOptions(): BrowserWindowConstructorOptions {
|
||||
const options = {
|
||||
titleBarStyle: "hiddenInset"
|
||||
titleBarStyle: "hidden",
|
||||
trafficLightPosition: { x: 9, y: 9 },
|
||||
} as BrowserWindowConstructorOptions;
|
||||
|
||||
const { splashTheming, splashBackground } = Settings.store;
|
||||
|
|
Reference in a new issue