Update uYouPlus.xm

This commit is contained in:
arichorn 2023-09-04 14:17:47 -05:00 committed by GitHub
parent 1a307df502
commit cfcfcf05b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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