MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools / hideWindow

Method hideWindow

src/main/core/superPanelManager.ts:454–458  ·  view source on GitHub ↗

* 隐藏超级面板窗口

()

Source from the content-addressed store, hash-verified

452 * 隐藏超级面板窗口
453 */
454 hideWindow(): void {
455 if (this.superPanelWindow && !this.superPanelWindow.isDestroyed()) {
456 this.superPanelWindow.hide()
457 }
458 }
459
460 /**
461 * 请求主窗口执行搜索(携带剪贴板内容类型和数据)

Callers 6

updateConfigMethod · 0.95
createWindowMethod · 0.95
setupIPCMethod · 0.95
handleBallClickMethod · 0.45
handleHideWindowMethod · 0.45
handleToggleWindowMethod · 0.45

Calls 1

hideMethod · 0.80

Tested by

no test coverage detected