MCPcopy
hub / github.com/ZToolsCenter/ZTools / updateAutoBackToSearch

Method updateAutoBackToSearch

src/main/api/renderer/window.ts:170–173  ·  view source on GitHub ↗
(autoBackToSearch: string)

Source from the content-addressed store, hash-verified

168 }
169
170 public async updateAutoBackToSearch(autoBackToSearch: string): Promise<void> {
171 await windowManager.updateAutoBackToSearch(autoBackToSearch)
172 console.log('[WindowAPI] 更新自动返回搜索配置:', autoBackToSearch)
173 }
174}
175
176export default new WindowAPI()

Callers 2

setupIPCMethod · 0.45
loadAndApplySettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected