Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ZToolsCenter/ZTools
/ setQuitting
Method
setQuitting
src/main/managers/windowManager.ts:1126–1128 ·
view source on GitHub ↗
* 设置退出标志(允许窗口真正关闭)
(value: boolean)
Source
from the content-addressed store, hash-verified
1124
* 设置退出标志(允许窗口真正关闭)
1125
*/
1126
public setQuitting(value: boolean): void {
1127
this.isQuitting = value
1128
}
1129
1130
/**
1131
* 获取退出标志
Callers
1
setupIPC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected