UPE // Forcing AboutWindow to top.
This commit is contained in:
parent
c133cddc48
commit
5e6a523be2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue