mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +00:00
This commit is contained in:
parent
9695aa090e
commit
0252ea6ab0
1 changed files with 0 additions and 8 deletions
|
|
@ -42,14 +42,6 @@ static BOOL IsEnabled(NSString *key) {
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
// Workaround for issue #54
|
|
||||||
%hook YTMainAppVideoPlayerOverlayViewController
|
|
||||||
- (void)updateRelatedVideos {
|
|
||||||
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"relatedVideosAtTheEndOfYTVideos"] == NO) {}
|
|
||||||
else { return %orig; }
|
|
||||||
}
|
|
||||||
%end
|
|
||||||
|
|
||||||
%hook YTAppDelegate
|
%hook YTAppDelegate
|
||||||
- (BOOL)application:(UIApplication *)application
|
- (BOOL)application:(UIApplication *)application
|
||||||
didFinishLaunchingWithOptions:(NSDictionary<UIApplicationLaunchOptionsKey, id> *)launchOptions {
|
didFinishLaunchingWithOptions:(NSDictionary<UIApplicationLaunchOptionsKey, id> *)launchOptions {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue