MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / getSecurityBackground

Function getSecurityBackground

src/modules/prefs.js:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52export function getSecurityBackground() {
53 return {
54 bgIcon: prefs.security.bgIcon,
55 bgColor: prefs.security.bgColor
56 };
57}
58
59export async function getWatchList() {
60 await defaultsInitialized;

Callers 1

getSecurityBackgroundMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected