don't warn for palette+, remove display from ui

This commit is contained in:
rootdarkarchon
2024-01-18 10:41:16 +01:00
committed by Loporrit
parent 0a31da07b1
commit b8cac8f010
3 changed files with 0 additions and 18 deletions

View File

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