mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 桌面端内核进程根据 Electron 主进程判断是否自动退出 Fix https://github.com/siyuan-note/siyuan/issues/7002
This commit is contained in:
parent
4ba967cc98
commit
f5095ad1b8
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ func HandleSignal() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func HookDesktopUIProc() {
|
func HookDesktopUIProc() {
|
||||||
if util.ContainerStd != util.Container {
|
if util.ContainerStd != util.Container || "dev" == util.Mode {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue