From eefb55463172f2ac2645c03ea65f7a8090162a97 Mon Sep 17 00:00:00 2001 From: Aric <78001398+arichorn@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:42:51 -0500 Subject: [PATCH] Improvements on Shorts Bar --- uYouPlus.xm | 1 + 1 file changed, 1 insertion(+) diff --git a/uYouPlus.xm b/uYouPlus.xm index e56c8ba..3e725ab 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -319,6 +319,7 @@ BOOL dontEatMyContent() { %hook YTColdConfig - (BOOL)iosEnableVideoPlayerScrubber { return YES; } +- (BOOL)mobileShortsTabInlined { return YES; } %end %hook YTHotConfig