prepare for uYou v3.0.2+

This commit is contained in:
qnblackcat
2024-02-15 09:25:57 +07:00
parent b9d1826c99
commit ced5cf81df
2 changed files with 90 additions and 88 deletions
+3 -3
View File
@@ -332,9 +332,9 @@ NSBundle *tweakBundle = uYouPlusBundle();
if (IS_ENABLED(@"hidePreviousAndNextButton_enabled")) {
%init(gHidePreviousAndNextButton);
}
if (IS_ENABLED(@"replacePreviousAndNextButton_enabled")) {
%init(gReplacePreviousAndNextButton);
}
// if (IS_ENABLED(@"replacePreviousAndNextButton_enabled")) {
// %init(gReplacePreviousAndNextButton);
// }
if (IS_ENABLED(@"disableHints_enabled")) {
%init(gDisableHints);
}