From a96b601ccd4a262cd962f25b47a8d6f256956e9f Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Fri, 4 Feb 2022 04:11:44 +0000 Subject: [PATCH] button pos update --- src/main/base/browserwindow.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index 04faf2bc..8e5940ea 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -46,8 +46,8 @@ export class BrowserWindow { hasShadow: false, show: false, backgroundColor: "#1E1E1E", - titleBarStyle: 'customButtonsOnHover', - trafficLightPosition: {x: 960, y: 20}, + titleBarStyle: 'hidden', + trafficLightPosition: {x: 15, y: 20}, webPreferences: { nodeIntegration: true, sandbox: true,