changelog cleanup, credits tab

This commit is contained in:
choco
2025-10-16 22:52:46 +02:00
parent 6d01d47c2f
commit dccd2cdc36
5 changed files with 86 additions and 71 deletions

View File

@@ -35,4 +35,9 @@ namespace LightlessSync.UI.Models
public string Name { get; init; } = string.Empty;
public string Role { get; init; } = string.Empty;
}
public class CreditsFile
{
public List<CreditCategory> Credits { get; init; } = new();
}
}