fix: 移除showAndActivate避免误显示SystrayMonitor窗口
Release / build-macos (push) Canceled after 0s
Release / build-windows (push) Canceled after 0s
Release / release (push) Canceled after 0s

回退绕过GLFW遍历所有NSWindow的失败方案,恢复使用activateApp()+
showDockIcon()+window.Show()。保留真正生效的修复:正确selector
applicationShouldHandleReopen:hasVisibleWindows: + SetOnStarted延迟注册
This commit is contained in:
2026-07-09 00:49:53 +08:00
parent 96b1a8839c
commit 15af9ef72c
5 changed files with 7 additions and 31 deletions
-2
View File
@@ -7,6 +7,4 @@ func hideDockIcon() {}
func activateApp() {}
func showAndActivate() {}
func registerReopenHandler() {}