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