fix positioning of traffic lights on darwin (#185)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
@@ -288,7 +288,8 @@ function getWindowBoundsOptions(): BrowserWindowConstructorOptions {
|
|||||||
|
|
||||||
function getDarwinOptions(): BrowserWindowConstructorOptions {
|
function getDarwinOptions(): BrowserWindowConstructorOptions {
|
||||||
const options = {
|
const options = {
|
||||||
titleBarStyle: "hiddenInset"
|
titleBarStyle: "hidden",
|
||||||
|
trafficLightPosition: { x: 10, y: 10 }
|
||||||
} as BrowserWindowConstructorOptions;
|
} as BrowserWindowConstructorOptions;
|
||||||
|
|
||||||
const { splashTheming, splashBackground } = Settings.store;
|
const { splashTheming, splashBackground } = Settings.store;
|
||||||
|
|||||||
Reference in New Issue
Block a user