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:
arichorn 2023-04-29 09:45:34 -05:00 committed by GitHub
parent 6fecd1f060
commit 63880797b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {