Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateConfig
Method · 0.95
createWindow
Method · 0.95
setupIPC
Method · 0.95
handleBallClick
Method · 0.45
handleHideWindow
Method · 0.45
handleToggleWindow
Method · 0.45
Calls
1
hide
Method · 0.80
Tested by
no test coverage detected