MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / close

Method close

src/main/views/manager.ts:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 close() {
151 this.saveBounds();
152 this.mainWindow.close();
153 app.quit();
154 }
155
156 edgeHide(hideDirection: HideDirection) {
157 const window = this.mainWindow;

Callers 2

closeByNameMethod · 0.80
bindUpdateEventsMethod · 0.80

Calls 1

saveBoundsMethod · 0.95

Tested by

no test coverage detected