From 5e6a523be2ade05be239ae19406a08fd7677761d Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 7 Mar 2022 20:41:35 +0800 Subject: [PATCH] UPE // Forcing AboutWindow to top. --- UserPhraseEditor/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/UserPhraseEditor/AppDelegate.swift b/UserPhraseEditor/AppDelegate.swift index 895e5327..dd33c82a 100644 --- a/UserPhraseEditor/AppDelegate.swift +++ b/UserPhraseEditor/AppDelegate.swift @@ -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) {