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