summarylogtreecommitdiffstats
path: root/traysupport.patch
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-04-23 12:58:41 +0200
committerPieter Goetschalckx2018-04-23 12:58:41 +0200
commit43fc86b296a715dee908b701cc04de504927dfa0 (patch)
tree78755745195d8ff9caf1accc292dc17f8e5ddaa9 /traysupport.patch
parent6c920d9806f9d1e20a1c55e768bd2e4afb2ce240 (diff)
downloadaur-43fc86b296a715dee908b701cc04de504927dfa0.tar.gz
Add patch for tray support
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