[OriginShift] Fixed BTKUI icons

This commit is contained in:
NotAKidoS 2024-06-18 12:48:33 -05:00
parent 2375678a59
commit 153d8adfe0
4 changed files with 5 additions and 12 deletions

View file

@ -48,12 +48,6 @@ namespace NAK.OriginShiftMod.Integrations
return category;
}
private static Category AddMelonCategory(ref Page page, string displayName, bool showHeader = true)
{
Category category = page.AddCategory(displayName, showHeader);
return category;
}
#endregion Melon Preference Helpers
#region Icon Utils