MCPcopy Create free account
hub / github.com/chieapp/chie / AppData

Interface AppData

src/controller/app.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {collectGarbage} from '../controller/gc-center';
9
10interface AppData {
11 hideTrayIcon?: boolean;
12 hideDockIcon?: boolean;
13 notFirstTime?: boolean;
14 dashboarShortcut?: string;
15}
16
17export class App extends ConfigStoreItem {
18 firstTimeStart = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected