📦 Add package and fix bug in DownloadsModule

This commit is contained in:
ajnart
2022-08-08 14:30:22 +02:00
parent 9fa4836038
commit 20d61c8d2a
4 changed files with 210 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ export default function ModuleEnabler(props: any) {
<Checkbox
key={module.title}
size="lg"
style={{ cursor: 'pointer' }}
checked={config.modules?.[module.title]?.enabled ?? false}
label={`${module.title}`}
onChange={(e) => {