aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-03-02 14:12:47 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-03-02 14:12:47 +0100
commitdcc2dd3103ed27bc3cdcd53dcbebd401ae341ded (patch)
treeeeb0c6e22d84d33ce69132a07e45f72d23d7f54a /src
parentinternationalized menu (diff)
downloadferdium-app-dcc2dd3103ed27bc3cdcd53dcbebd401ae341ded.tar.gz
ferdium-app-dcc2dd3103ed27bc3cdcd53dcbebd401ae341ded.tar.zst
ferdium-app-dcc2dd3103ed27bc3cdcd53dcbebd401ae341ded.zip
REMOVE autoHideMenuBar for Windows
Diffstat (limited to 'src')
-rw-r--r--src/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 2acb8e2cb..bb09bf42c 100644
--- a/src/index.js
+++ b/src/index.js
@@ -75,7 +75,6 @@ const createWindow = () => {
75 titleBarStyle: isMac ? 'hidden' : '', 75 titleBarStyle: isMac ? 'hidden' : '',
76 frame: false, 76 frame: false,
77 backgroundColor: '#3498db', 77 backgroundColor: '#3498db',
78 autoHideMenuBar: true,
79 }); 78 });
80 79
81 // Initialize System Tray 80 // Initialize System Tray