mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +00:00
fixed DontEatMyContent bracket
This commit is contained in:
parent
d9f7472c3a
commit
ce6da4fd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1155,7 +1155,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||||
if (replacePreviousAndNextButton()) {
|
if (replacePreviousAndNextButton()) {
|
||||||
%init(gReplacePreviousAndNextButton);
|
%init(gReplacePreviousAndNextButton);
|
||||||
}
|
}
|
||||||
if (dontEatMyContent)
|
if (dontEatMyContent()) {
|
||||||
%init(gDontEatMyContent);
|
%init(gDontEatMyContent);
|
||||||
}
|
}
|
||||||
if (@available(iOS 16, *)) {
|
if (@available(iOS 16, *)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue