MCPcopy
hub / github.com/felixrieseberg/windows95 / Settings

Interface Settings

src/main/settings.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { app } from "electron";
4
5export interface Settings {
6 smbSharePath: string;
7}
8
9const DEFAULT_SETTINGS: Settings = {
10 smbSharePath: app.getPath("downloads"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected