Removed Hide Tab Bar Labels Option (v16.42.3 LTS)
option stopped work due to a server-side change. this will not work on any version.
This commit is contained in:
parent
6fecd1f060
commit
63880797b9
1 changed files with 0 additions and 10 deletions
10
uYouPlus.xm
10
uYouPlus.xm
|
|
@ -1453,16 +1453,6 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
|||
// %end
|
||||
%end
|
||||
|
||||
%group gHideTabBarLabels // https://github.com/LillieH001/YouTube-Reborn
|
||||
%hook YTPivotBarItemView
|
||||
- (void)layoutSubviews {
|
||||
%orig();
|
||||
[[self navigationButton] setTitle:@"" forState:UIControlStateNormal];
|
||||
[[self navigationButton] setTitle:@"" forState:UIControlStateSelected];
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
%group giPhoneLayout
|
||||
%hook UIDevice
|
||||
- (long long)userInterfaceIdiom {
|
||||
|
|
|
|||
Loading…
Reference in a new issue