Updated credits

This commit is contained in:
Marco 2025-03-10 09:41:16 +01:00
commit 48c572131d
5 changed files with 36 additions and 10 deletions

View file

@ -37,7 +37,7 @@ public partial class CreditsMenu : MenuBase
if (!string.IsNullOrWhiteSpace(credit.Name) && !string.IsNullOrWhiteSpace(credit.Contribution))
{
var dashLabel = new Label();
dashLabel.Text = "-";
dashLabel.Text = "\uff5e";
dashLabel.LabelSettings = credit.CustomLabelSettings ?? LabelSettings;
cont.AddChild(dashLabel);
}