diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 4bc6447..94daefa 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -289,7 +289,7 @@ function getWindowBoundsOptions(): BrowserWindowConstructorOptions { function getDarwinOptions(): BrowserWindowConstructorOptions { const options = { titleBarStyle: "hidden", - trafficLightPosition: { x: 9, y: 9 }, + trafficLightPosition: { x: 9, y: 9 } } as BrowserWindowConstructorOptions; const { splashTheming, splashBackground } = Settings.store;