misc: sometimes dashboard won't popup to front, recall activate command
This commit is contained in:
parent
b3234a4cc7
commit
498c6d79b8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user