mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Fix an option header
App Settings Overlay Options needed it’s own header 😅
This commit is contained in:
parent
72c88cfddf
commit
54e3403b22
1 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,8 @@ extern NSBundle *uYouPlusBundle();
|
|||
SWITCH_ITEM(LOC(@"Hide the comment section under player"), LOC(@"Hides the Comment Section below the player."), @"hideCommentSection_enabled");
|
||||
|
||||
# pragma mark - App settings overlay options
|
||||
SECTION_HEADER(LOC(@"App Settings Overlay Options"));
|
||||
|
||||
SWITCH_ITEM2(LOC(@"Hide `Account` Section"), LOC(@"App restart is required."), @"disableAccountSection_enabled");
|
||||
// SWITCH_ITEM2(LOC(@"Hide `DontEatMyContent` Section"), LOC(@"App restart is required."), @"disableDontEatMyContentSection_enabled");
|
||||
// SWITCH_ITEM2(LOC(@"Hide `YouTube Return Dislike` Section"), LOC(@"App restart is required."), @"disableReturnYouTubeDislikeSection_enabled");
|
||||
|
|
|
|||
Loading…
Reference in a new issue