Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
{ app } from
"electron"
;
4
5
export
interface
Settings {
6
smbSharePath: string;
7
}
8
9
const
DEFAULT_SETTINGS: Settings = {
10
smbSharePath: app.getPath(
"downloads"
),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected