MCPcopy Index your code
hub / github.com/massCodeIO/massCode / aboutApp

Function aboutApp

src/main/menu/main.ts:63–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61let currentMainMenuContext = defaultMainMenuContext
62
63function aboutApp() {
64 dialog.showMessageBox(BrowserWindow.getFocusedWindow()!, {
65 title: 'massCode',
66 message: 'massCode',
67 type: 'info',
68 detail: `
69 Version: ${version}
70 Electron: ${process.versions.electron}
71 Chrome: ${process.versions.chrome}
72 Node.js: ${process.versions.node}
73 V8: ${process.versions.v8}
74 OS: ${os.type()} ${os.arch()} ${os.release()}
75 ©2019-${year} Anton Reshetov <reshetov.art@gmail.com>
76 `,
77 })
78}
79
80const appMenuItems: MenuConfig[] = [
81 {

Callers 1

main.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected