UPE // Forcing AboutWindow to top.

This commit is contained in:
ShikiSuen 2022-03-07 20:41:35 +08:00
parent aa160cb549
commit 34f466de03
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
} }
ctlAboutWindowInstance?.window?.center() ctlAboutWindowInstance?.window?.center()
ctlAboutWindowInstance?.window?.orderFrontRegardless() // ctlAboutWindowInstance?.window?.orderFrontRegardless() //
ctlAboutWindowInstance?.window?.level = .statusBar
} }
// Call the New About Window // Call the New About Window
@IBAction func about(_ sender: Any) { @IBAction func about(_ sender: Any) {