Improvements on Shorts Bar

This commit is contained in:
Aric 2022-10-20 22:42:51 -05:00 committed by GitHub
parent 12a3290350
commit eefb554631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,6 +319,7 @@ BOOL dontEatMyContent() {
%hook YTColdConfig
- (BOOL)iosEnableVideoPlayerScrubber { return YES; }
- (BOOL)mobileShortsTabInlined { return YES; }
%end
%hook YTHotConfig