aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 22:01:52 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 22:01:52 +0100
commitb4ea8dbf0d266d72c5cd9de2bbd6eb68534f6271 (patch)
tree62a8883ffdda0b3ffd7a66e3feacab136edf0662 /src/index.js
parentMerge pull request #321 from meetfranz/feature/miner-optimization (diff)
downloadferdium-app-b4ea8dbf0d266d72c5cd9de2bbd6eb68534f6271.tar.gz
ferdium-app-b4ea8dbf0d266d72c5cd9de2bbd6eb68534f6271.tar.zst
ferdium-app-b4ea8dbf0d266d72c5cd9de2bbd6eb68534f6271.zip
fix merging issue
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index f4e906330..e21666086 100644
--- a/src/index.js
+++ b/src/index.js
@@ -58,7 +58,7 @@ const createWindow = () => {
58 width: mainWindowState.width, 58 width: mainWindowState.width,
59 height: mainWindowState.height, 59 height: mainWindowState.height,
60 minWidth: 600, 60 minWidth: 600,
61 minHeight: 400, 61 minHeight: 500,
62 titleBarStyle: 'hidden', 62 titleBarStyle: 'hidden',
63 backgroundColor: '#3498db', 63 backgroundColor: '#3498db',
64 autoHideMenuBar: true, 64 autoHideMenuBar: true,