🎨 桌面端内核进程根据 Electron 主进程判断是否自动退出 Fix https://github.com/siyuan-note/siyuan/issues/7002

This commit is contained in:
Liang Ding
2023-01-06 18:37:33 +08:00
parent 8d77634807
commit 674aba3477

View File

@@ -38,7 +38,7 @@ func HandleSignal() {
}
func HookDesktopUIProc() {
if util.ContainerStd != util.Container {
if util.ContainerStd != util.Container || "dev" == util.Mode {
return
}