From d4ff4bbc24e859754cbbca634ccbe00c0e663eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6lle?= Date: Mon, 9 Nov 2020 11:01:26 +0100 Subject: [PATCH] fix: Removed mac traffic lights from title bar --- app/main.dev.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.dev.ts b/app/main.dev.ts index beeb1a8..4b7da19 100644 --- a/app/main.dev.ts +++ b/app/main.dev.ts @@ -112,8 +112,6 @@ const createWindow = async () => { minHeight: 600, // and a min height! // Remove the window frame from windows applications frame: false, - // Hide the titlebar from MacOS applications while keeping the stop lights - titleBarStyle: 'hidden', webPreferences: (process.env.NODE_ENV === 'development' || process.env.E2E_BUILD === 'true') &&