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() }