From 5f0520def998e9b48de5918eb59916edf27d5f1f Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 21 May 2022 19:51:11 -0700 Subject: [PATCH] macOS: accept first mouse click - fixes #6464 --- app/lib/window.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/window.ts b/app/lib/window.ts index 4e623beb..c49f1c5b 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -75,6 +75,7 @@ export class Window { frame: false, show: false, backgroundColor: '#00000000', + acceptFirstMouse: true, } if (this.windowBounds) {