Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ hideWindow
Method
hideWindow
src/main/api/renderer/window.ts:86–88 ·
view source on GitHub ↗
(isRestorePreWindow: boolean = true)
Source
from the content-addressed store, hash-verified
84
}
85
86
private hideWindow(isRestorePreWindow: boolean = true): void {
87
windowManager.hideWindow(isRestorePreWindow)
88
}
89
90
public resizeWindow(height: number): void {
91
if
(this.mainWindow) {
Callers
5
setupIPC
Method · 0.95
index.ts
File · 0.45
setupIPC
Method · 0.45
setupIPC
Method · 0.45
setupIPC
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected