summarylogtreecommitdiffstats
path: root/systray-buttons-fix.patch
blob: 3fc7a57e6a21c3827f83d3c6ffe2cf9123870622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build/main.js b/build/main.js
index d31d9f5..f225949 100644
--- a/build/main.js
+++ b/build/main.js
@@ -1359,7 +1359,7 @@
       };
     function noAcceleratorTrigger(fn) {
       return (item, window, event) => {
-        event.triggeredByAccelerator || fn();
+        event.shiftKey || fn();
       };
     }
     let MenuService = class {