Hide downloads module sensitive data

Working thowards #259
This commit is contained in:
ajnart
2022-07-22 17:18:33 +02:00
parent a4defd330c
commit 81a7789f9c
5 changed files with 93 additions and 46 deletions

View File

@@ -14,7 +14,11 @@ export function getConfig(name: string) {
settings: {
searchUrl: 'https://www.google.com/search?q=',
},
modules: {},
modules: {
'Search Bar': {
enabled: true,
},
},
},
},
};