Merge branch 'petnames'

This commit is contained in:
Stanley Dimant
2024-09-10 09:15:46 +02:00
9 changed files with 205 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ public record OptionalPluginWarning
public bool ShownCustomizePlusWarning { get; set; } = false;
public bool ShownHonorificWarning { get; set; } = false;
public bool ShownMoodlesWarning { get; set; } = false;
public bool ShowPetNicknamesWarning { get; set; } = false;
}