Update uYouPlus.xm
This commit is contained in:
parent
1a307df502
commit
cfcfcf05b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue