remove unnecessary comma

This commit is contained in:
Mars 2023-10-26 23:49:06 -04:00
parent 068b4071e8
commit 1c2eb26e2c
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: 9, y: 9 }
} as BrowserWindowConstructorOptions;
const { splashTheming, splashBackground } = Settings.store;