summarylogtreecommitdiffstats
path: root/traysupport.patch
diff options
context:
space:
mode:
Diffstat (limited to 'traysupport.patch')
-rw-r--r--traysupport.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/traysupport.patch b/traysupport.patch
new file mode 100644
index 000000000000..8891f6b1f78f
--- /dev/null
+++ b/traysupport.patch
@@ -0,0 +1,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 () { \ No newline at end of file