mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Disable a few more options
These options don’t work correctly at the moment. Didn’t realize these were incompatible with their tweaks.
This commit is contained in:
parent
cfe83e471a
commit
d5880ea00e
1 changed files with 2 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
}
|
||||
settingItemId:0],
|
||||
|
||||
/*
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide `DontEatMyContent` Section")
|
||||
titleDescription:LOC(@"App restart is required.")
|
||||
accessibilityIdentifier:nil
|
||||
|
|
@ -381,6 +382,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
return YES;
|
||||
}
|
||||
settingItemId:0],
|
||||
*/
|
||||
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide `Autoplay` Section")
|
||||
titleDescription:LOC(@"App restart is required.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue