MCPcopy 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

setupIPCMethod · 0.95
index.tsFile · 0.45
setupIPCMethod · 0.45
setupIPCMethod · 0.45
setupIPCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected