Consistent access modifiers on inner patches

This commit is contained in:
Tyfon
2024-05-29 14:33:43 -07:00
parent e022cf5f32
commit 328224ca65
4 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ namespace UIFixes
new RagfairScreenShowPatch().Enable();
new OfferViewListCategoryPickedPatch().Enable();
new OfferViewListDoneLoadingPatch().Enable();
new ChangedViewListType().Enable();
new ChangedViewListTypePatch().Enable();
Settings.EnableFleaHistory.SettingChanged += (object sender, EventArgs args) =>
{
@@ -268,7 +268,7 @@ namespace UIFixes
}
}
public class ChangedViewListType : ModulePatch
public class ChangedViewListTypePatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{