[O] Auto detect if DebugFeature is need to be patched

This commit is contained in:
Clansty
2024-09-27 20:18:53 +08:00
parent a2db465825
commit c1c7788cd3
6 changed files with 28 additions and 12 deletions

View File

@@ -129,6 +129,7 @@ namespace AquaMai
Patch(typeof(DisableReboot));
Patch(typeof(ExtendNotesPool));
Patch(typeof(FixCheckAuth));
Patch(typeof(DebugFeature));
// UX
Patch(typeof(CustomVersionString));
Patch(typeof(CustomPlaceName));