diff --git a/AltServer/AppDelegate.swift b/AltServer/AppDelegate.swift index bd7ec6db..dea230a7 100644 --- a/AltServer/AppDelegate.swift +++ b/AltServer/AppDelegate.swift @@ -344,6 +344,12 @@ private extension AppDelegate } } } + + @IBAction private func showAboutPanel(_ sender: NSMenuItem) + { + NSApplication.shared.orderFrontStandardAboutPanel(sender) + NSRunningApplication.current.activate(options: .activateIgnoringOtherApps) + } } extension AppDelegate: NSMenuDelegate diff --git a/AltServer/Base.lproj/Main.storyboard b/AltServer/Base.lproj/Main.storyboard index 95a13dd8..54a4c449 100644 --- a/AltServer/Base.lproj/Main.storyboard +++ b/AltServer/Base.lproj/Main.storyboard @@ -81,7 +81,7 @@ - +