aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-21 13:11:51 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-21 13:11:51 +0100
commit5157ce0ea18bb46d165c60ca04f54bf910134263 (patch)
tree272caf370b4b332334c39375a9c043af820ffc8e /src
parent[MINOR] rename `template` to `currentTemplate` (diff)
downloadferdium-app-5157ce0ea18bb46d165c60ca04f54bf910134263.tar.gz
ferdium-app-5157ce0ea18bb46d165c60ca04f54bf910134263.tar.zst
ferdium-app-5157ce0ea18bb46d165c60ca04f54bf910134263.zip
remove electron frame for Windows testing on macOS
Diffstat (limited to 'src')
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 9ba6e0e43..170353fb0 100644
--- a/src/index.js
+++ b/src/index.js
@@ -73,6 +73,7 @@ const createWindow = () => {
73 minWidth: 600, 73 minWidth: 600,
74 minHeight: 500, 74 minHeight: 500,
75 titleBarStyle: process.env.FRANZ_PLATFORM || process.platform === 'win32' ? '' : 'hidden', 75 titleBarStyle: process.env.FRANZ_PLATFORM || process.platform === 'win32' ? '' : 'hidden',
76 frame: false,
76 backgroundColor: '#3498db', 77 backgroundColor: '#3498db',
77 autoHideMenuBar: true, 78 autoHideMenuBar: true,
78 }); 79 });