mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 改进桌面端退出监控后台任务
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
Add a link
Reference in a new issue