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