From 08536e7e0a8995c0a94c363f6c230ec422c4671b Mon Sep 17 00:00:00 2001 From: haraldox Date: Tue, 20 Feb 2018 16:10:00 +0100 Subject: fix CSS conflicts override `reset.scss` with `title-bar.scss` --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index f82bb3590..9ba6e0e43 100644 --- a/src/index.js +++ b/src/index.js @@ -72,7 +72,7 @@ const createWindow = () => { height: mainWindowState.height, minWidth: 600, minHeight: 500, - titleBarStyle: 'hidden', + titleBarStyle: process.env.FRANZ_PLATFORM || process.platform === 'win32' ? '' : 'hidden', backgroundColor: '#3498db', autoHideMenuBar: true, }); -- cgit v1.2.3-70-g09d2