From cfcfcf05b279e7d6941f4dba5ab80f7a4aa9ee74 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:17:47 -0500 Subject: [PATCH] Update uYouPlus.xm --- uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uYouPlus.xm b/uYouPlus.xm index d6cdb68..a030897 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -824,7 +824,7 @@ static void replaceTab(YTIGuideResponse *response) { %hook YTShortsStartupCoordinator - (id)evaluateResumeToShorts { - return IsEnabled(@"disableResumeToShorts") ? nil : %orig; + return IsEnabled(@"disableResumeToShorts_enabled") ? nil : %orig; } %end