aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 5ba901b89..ac94804c1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -82,7 +82,8 @@ const createWindow = () => {
82 minHeight: 500, 82 minHeight: 500,
83 titleBarStyle: isMac ? 'hidden' : '', 83 titleBarStyle: isMac ? 'hidden' : '',
84 frame: isLinux, 84 frame: isLinux,
85 backgroundColor: '#3498db', 85 // backgroundColor: '#3498db',
86 backgroundColor: '#1E1E1E',
86 }); 87 });
87 88
88 // Initialize System Tray 89 // Initialize System Tray