Add support for Palette+ (#40)

This commit is contained in:
Cara 2023-01-30 19:13:57 +10:30 committed by GitHub
parent 2eb9c0992b
commit d218d06230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 128 additions and 0 deletions

View file

@ -4,4 +4,5 @@ public record OptionalPluginWarning
{
public bool ShownHeelsWarning { get; set; } = false;
public bool ShownCustomizePlusWarning { get; set; } = false;
public bool ShownPalettePlusWarning { get; set; } = false;
}