mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 13:02:36 +00:00
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:
parent
cede3b58d5
commit
743d7f4b3c
1 changed files with 0 additions and 11 deletions
11
uYouPlus.xm
11
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue