mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
[AltServer] Fixes About panel appearing behind other windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user