From 498c6d79b8bf0ee534457062318c1e168674aee4 Mon Sep 17 00:00:00 2001 From: yicheng <11733500+yichengchen@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:28:00 +0800 Subject: [PATCH] misc: sometimes dashboard won't popup to front, recall activate command --- ClashX/ClashWindowController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ClashX/ClashWindowController.swift b/ClashX/ClashWindowController.swift index a983af7..ffc9d66 100644 --- a/ClashX/ClashWindowController.swift +++ b/ClashX/ClashWindowController.swift @@ -71,6 +71,8 @@ class ClashWindowController: NSWindowController, NSWindowDe } window?.makeKeyAndOrderFront(self) window?.delegate = self + NSApp.activate(ignoringOtherApps: true) + window?.makeKeyAndOrderFront(nil) } func windowWillClose(_ notification: Notification) {