aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
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 cfb7ade28..65f18bb55 100644
--- a/src/index.js
+++ b/src/index.js
@@ -87,7 +87,7 @@ const createWindow = () => {
87 minHeight: 500, 87 minHeight: 500,
88 titleBarStyle: isMac ? 'hidden' : '', 88 titleBarStyle: isMac ? 'hidden' : '',
89 frame: isLinux, 89 frame: isLinux,
90 backgroundColor: '#3498db', 90 backgroundColor: !settings.get('darkMode') ? '#3498db' : '#1E1E1E',
91 }); 91 });
92 92
93 // Initialize System Tray 93 // Initialize System Tray