change x and y of trafficLightPosition to 10

This commit is contained in:
Mars 2023-10-27 01:11:54 -04:00
parent 1c2eb26e2c
commit ebd68c635b
No known key found for this signature in database
GPG key ID: 874E22DF2F9DFCB5

View file

@ -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;