From 924fb90220dd4a105a8741f7d7f86965e764debf Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 24 Sep 2021 23:41:19 +0200 Subject: [PATCH] fixed #4537 - macos: focus app when showing a new window --- app/lib/window.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/window.ts b/app/lib/window.ts index 502fc772..71da851d 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -116,6 +116,7 @@ export class Window { } this.window.focus() this.window.moveTop() + application.focus() } })