fix #951
This commit is contained in:
+3
-4
@@ -958,10 +958,9 @@ void DEMC_centerRenderingView() {
|
|||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%hook YTColdConfig
|
%hook YTShortsStartupCoordinator
|
||||||
- (BOOL)enableResumeToShorts {
|
- (id)evaluateResumeToShorts {
|
||||||
if (IsEnabled(@"disableResumeToShorts")) { return NO; }
|
return IsEnabled(@"disableResumeToShorts") ? nil : %orig;
|
||||||
else { return %orig; }
|
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user