misc: sometimes dashboard won't popup to front, recall activate command

This commit is contained in:
yicheng 2023-10-18 11:28:00 +08:00
parent b3234a4cc7
commit 498c6d79b8

View File

@ -71,6 +71,8 @@ class ClashWindowController<T: NSViewController>: NSWindowController, NSWindowDe
}
window?.makeKeyAndOrderFront(self)
window?.delegate = self
NSApp.activate(ignoringOtherApps: true)
window?.makeKeyAndOrderFront(nil)
}
func windowWillClose(_ notification: Notification) {