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.
This commit is contained in:
arichornlover 2023-12-13 19:44:39 -06:00 committed by GitHub
parent cede3b58d5
commit 743d7f4b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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