MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / close

Function close

src/main/MainWindowPreload.ts:40–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 },
39
40 close() {
41 const currentWindow = remote.getCurrentWindow();
42 currentWindow.webContents.closeDevTools();
43 currentWindow.close();
44 },
45
46 restart() {
47 remote.app.relaunch();

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected