mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 23:03:27 +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
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
<menuItem title="About AltServer" id="5kV-Vb-QxS">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
|
||||
<action selector="showAboutPanel:" target="Voe-Tx-rLC" id="nnI-tm-dGI"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/>
|
||||
|
||||
Reference in New Issue
Block a user