Fixed some bugs on parsing the appDefs

This commit is contained in:
Simon Martens
2022-11-25 20:50:09 +01:00
parent ccfcadb91b
commit e12223209a
3 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ namespace HaDocument.Models {
) {
Index = index;
Name = name;
Category = category;
}
}
}