mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
Add support for Palette+ (#40)
This commit is contained in:
parent
2eb9c0992b
commit
d218d06230
9 changed files with 128 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue