1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

Front-most about window

This commit is contained in:
2019-06-12 19:46:02 +02:00
parent e6469a125a
commit e5de6b6e59

View File

@ -102,6 +102,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
} }
@objc public func openAbout() { @objc public func openAbout() {
NSApplication.shared.activate(ignoringOtherApps: true)
NSApplication.shared.orderFrontStandardAboutPanel() NSApplication.shared.orderFrontStandardAboutPanel()
} }