mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 桌面端内核进程根据 Electron 主进程判断是否自动退出 Fix https://github.com/siyuan-note/siyuan/issues/7002
This commit is contained in:
parent
4021003629
commit
8d77634807
2 changed files with 5 additions and 2 deletions
|
|
@ -42,7 +42,6 @@ func HookDesktopUIProc() {
|
|||
return
|
||||
}
|
||||
|
||||
time.Sleep(30 * time.Second)
|
||||
uiProcNames := []string{"siyuan", "electron"}
|
||||
existUIProc := false
|
||||
for range time.Tick(7 * time.Second) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue