🎨 改进桌面端退出监控后台任务
This commit is contained in:
parent
6e56393ab9
commit
95ef384cde
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ func HookDesktopUIProcJob() {
|
|||
|
||||
uiProcNames := []string{"siyuan", "electron"}
|
||||
existUIProc := false
|
||||
|
||||
util.UIProcessIDs.Range(func(uiProcIDArg, _ interface{}) bool {
|
||||
uiProcID, err := strconv.Atoi(uiProcIDArg.(string))
|
||||
if nil != err {
|
||||
|
|
Loading…
Add table
Reference in a new issue