Add support for Palette+ (#40)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user