Browse Source

:art: 改进桌面端监控前端界面进程退出钩子

Liang Ding 2 years ago
parent
commit
faa4afbfe0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kernel/model/process.go

+ 1 - 0
kernel/model/process.go

@@ -104,6 +104,7 @@ func HookDesktopUIProcJob() {
 			}
 			if uiProcOk {
 				uiProcessCount++
+				break
 			}
 		}