MCPcopy Create free account
hub / github.com/Criptext/Criptext-Email-React-Client / update

Function update

electron_app/src/Settings.js:14–18  ·  view source on GitHub ↗
({ language, opened, theme })

Source from the content-addressed store, hash-verified

12 },
13
14 update({ language, opened, theme }) {
15 this.language = language || this.language;
16 this.opened = opened !== undefined ? opened : this.opened;
17 this.theme = theme || this.theme;
18 }
19};
20
21module.exports = appSettings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected