From e5de6b6e595fcdca3c936b223bb301aae65ccabe Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 12 Jun 2019 19:46:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Front-most=20about=20window?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/phpmon/AppDelegate.swift b/phpmon/AppDelegate.swift index fe89504..6f6bba7 100644 --- a/phpmon/AppDelegate.swift +++ b/phpmon/AppDelegate.swift @@ -102,6 +102,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { } @objc public func openAbout() { + NSApplication.shared.activate(ignoringOtherApps: true) NSApplication.shared.orderFrontStandardAboutPanel() }