summarylogtreecommitdiffstats
path: root/traysupport.patch
blob: 4a03e6d6e06977d99581064d90f4b03e143bbc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/main/tray.js b/src/main/tray.js
index 889d1c8..cea1081 100644
--- a/src/main/tray.js
+++ b/src/main/tray.js
@@ -36,9 +36,7 @@ function setWindowFocus (flag) {
 }
 
 function initLinux () {
-  checkLinuxTraySupport(function (err) {
-    if (!err) createTray()
-  })
+  createTray()
 }
 
 function initWin32 () {