Support configuring automatic downloads by category (#562)

Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
This commit is contained in:
Chance Zibolski
2024-01-21 13:31:04 -08:00
committed by GitHub
parent de596426bf
commit 05f57730db
11 changed files with 91 additions and 52 deletions

View File

@@ -179,6 +179,7 @@ export interface ICategory {
name: string;
default: boolean;
includeInUpdate: IncludeInGlobalUpdate;
includeInDownload: IncludeInGlobalUpdate;
meta: Metadata;
size: number;
}