MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / windowIconPath

Function windowIconPath

apps/desktop/src/main/index.ts:275–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275function windowIconPath(): string {
276 return app.isPackaged
277 ? path.join(process.resourcesPath, 'icon.png')
278 : path.join(__dirname, '../../build/icon.png')
279}
280
281function openAllowedExternalUrl(url: string): void {
282 if (/^(https?:|mailto:)/i.test(url)) {

Callers 5

openExternalFileWindowFunction · 0.85
createWindowFunction · 0.85
exportNotePdfFunction · 0.85
openFloatingNoteWindowFunction · 0.85
ensureQuickCaptureWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected