MCPcopy Index your code
hub / github.com/SPlayer-Dev/SPlayer / event

Method event

electron/main/windows/load-window.ts:15–21  ·  view source on GitHub ↗

* 主窗口事件 * @returns void

()

Source from the content-addressed store, hash-verified

13 * @returns void
14 */
15 private event(): void {
16 if (!this.win) return;
17 // 准备好显示
18 this.win.on("ready-to-show", () => {
19 this.win?.show();
20 });
21 }
22 /**
23 * 创建窗口
24 * @returns BrowserWindow | null

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected