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

Interface CreateWindowOptions

apps/desktop/src/main/index.ts:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907interface CreateWindowOptions {
908 initialVaultRoot?: string | null
909 inheritWorkspaceFrom?: BrowserWindow | null
910 persistInitialVault?: boolean
911}
912
913async function createWindow(options: CreateWindowOptions = {}): Promise<BrowserWindow> {
914 const createWindowStartedAt = performance.now()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected