mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +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()) {
|
||||
%init(gReplacePreviousAndNextButton);
|
||||
}
|
||||
if (dontEatMyContent)
|
||||
if (dontEatMyContent()) {
|
||||
%init(gDontEatMyContent);
|
||||
}
|
||||
if (@available(iOS 16, *)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue