From 743d7f4b3cc43b3cb2976282ea9516155cf09c09 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:44:39 -0600 Subject: [PATCH] Remove `Restore the Previous Channel Page` Option from #251 This option has been removed from uYouEnhanced due to an unfixable problem with the Previous Channel Page UI. --- uYouPlus.xm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index 96f12bf..927d35e 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -470,14 +470,6 @@ static void repositionCreateTab(YTIGuideResponse *response) { %end %end -// Restore 16.xx.x Styled YouTube Channel Page Interface - @arichorn -%group gRestorePreviousChannelPage // 16.xx.x Version -%hook YTColdConfig -- (BOOL)channelsClientConfigIosChannelNavRestructuring { return NO; } -- (BOOL)channelsClientConfigIosMultiPartChannelHeader { return NO; } -%end -%end - // Disable Modern/Rounded Buttons (_ASDisplayView not included) - @arichorn %group gDisableModernButtons %hook YTQTMButton // Disable Modern/Rounded Buttons @@ -1325,9 +1317,6 @@ static void replaceTab(YTIGuideResponse *response) { if (IsEnabled(@"fixLowContrastMode_enabled")) { %init(gFixLowContrastMode); } - if (IsEnabled(@"restorePreviousChannelPage_enabled")) { - %init(gRestorePreviousChannelPage); - } if (IsEnabled(@"disableModernButtons_enabled")) { %init(gDisableModernButtons); }