Initial window + settings for categories

This commit is contained in:
Zeffuro
2025-12-25 10:06:20 +01:00
parent adfe3dc961
commit c3e3f8b2bf
12 changed files with 274 additions and 17 deletions
@@ -16,6 +16,7 @@ public class CategorySettings
public class UserCategoryDefinition
{
public bool Enabled { get; set; } = true;
public string Id { get; set; } = Guid.NewGuid().ToString("N");
public string Name { get; set; } = "New Category";
public string Description { get; set; } = string.Empty;