feat(menustyling) remove other styling before applying

This commit is contained in:
Lillith Rose 2026-01-07 16:43:34 -05:00
parent 1bf6887bf0
commit a49d2d74e6
2 changed files with 51 additions and 14 deletions

View file

@ -8,5 +8,6 @@ namespace gay.lilyy.MenuStyling
{
public string Prefix = "<b><color=#c481d6>";
public string Suffix = "";
public bool RemovePreexistingStyling = true;
}
}