CocoaExtension // Add NSWIndowController.orderFront().

This commit is contained in:
ShikiSuen 2022-12-04 17:05:16 +08:00
parent 63d56d8132
commit 5e49fe31ed
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ import Cocoa
import InputMethodKit
extension NSWindowController {
public func orderFront() {
window?.orderFront(self)
}
///
///
/// 使