UPE // Forcing AboutWindow to top.

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

View File

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