Fix an option header

App Settings Overlay Options needed it’s own header 😅
This commit is contained in:
arichornlover 2023-12-28 14:36:48 -06:00 committed by GitHub
parent 72c88cfddf
commit 54e3403b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");